randydev commited on
Commit
851e695
·
verified ·
1 Parent(s): 6447f1a

Update src/main.py

Browse files
Files changed (1) hide show
  1. src/main.py +2 -2
src/main.py CHANGED
@@ -296,12 +296,12 @@ async def get_user(user_id=None):
296
  }
297
 
298
  js.custom_openapi(
299
- app=fast_app,
300
  title="AkenoX Beta AI API",
301
  version="1.0.0",
302
  summary="Use It Only For Personal Project",
303
  description="Free API By akenoai-lib",
304
- routes=fast_app.routes,
305
  )
306
 
307
  # run_fast(build=fast_app, port=7860)
 
296
  }
297
 
298
  js.custom_openapi(
299
+ app=app,
300
  title="AkenoX Beta AI API",
301
  version="1.0.0",
302
  summary="Use It Only For Personal Project",
303
  description="Free API By akenoai-lib",
304
+ routes=app.routes,
305
  )
306
 
307
  # run_fast(build=fast_app, port=7860)