randydev commited on
Commit
b203a04
·
verified ·
1 Parent(s): 2f6f0d3

Update main.py

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