add file
This commit is contained in:
@@ -18,12 +18,9 @@ def get_application() -> FastAPI:
|
||||
title=settings.PROJECT_NAME, docs_url="/docs", redoc_url='/re-docs',
|
||||
openapi_url=f"{settings.API_PREFIX}/openapi.json",
|
||||
description='''
|
||||
Base frame with FastAPI micro framework + Postgresql
|
||||
- Login/Register with JWT
|
||||
- Permission
|
||||
- CRUD User
|
||||
- Unit testing with Pytest
|
||||
- Dockerize
|
||||
Base frame with FastAPI
|
||||
- out_matcher_hon API
|
||||
|
||||
'''
|
||||
)
|
||||
application.add_middleware(
|
||||
|
||||
Reference in New Issue
Block a user