randydev commited on
Commit
de45c67
·
verified ·
1 Parent(s): 4a045f1

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
- fast_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
+ js.custom_openapi(
228
  app=fast_app,
229
  title="AkenoX Beta AI API",
230
  version="1.0.0",