Update main.py
Browse files
main.py
CHANGED
@@ -224,7 +224,7 @@ async def get_user(user_id=None):
|
|
224 |
"creation_date": response
|
225 |
}
|
226 |
|
227 |
-
|
228 |
app=fast_app,
|
229 |
title="AkenoX Beta AI API",
|
230 |
version="1.0.0",
|
|
|
224 |
"creation_date": response
|
225 |
}
|
226 |
|
227 |
+
js.custom_openapi(
|
228 |
app=fast_app,
|
229 |
title="AkenoX Beta AI API",
|
230 |
version="1.0.0",
|