[feat] add basic domain & usecase
This commit is contained in:
parent
f0c4988b44
commit
9083e33675
10 changed files with 137 additions and 5 deletions
|
|
@ -1,8 +1,9 @@
|
|||
from time import perf_counter
|
||||
|
||||
from fastapi import FastAPI, Request, Response
|
||||
|
||||
from adapter.config.model import AppConfig
|
||||
from adapter.http.fastapi.dependencies import get_container
|
||||
from fastapi import FastAPI, Request, Response
|
||||
|
||||
|
||||
def register_middleware(app: FastAPI, config: AppConfig) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue