Some checks failed
Remove old artifacts / remove-old-artifacts (push) Has been cancelled
7 lines
175 B
Python
7 lines
175 B
Python
from app import api
|
|
from app.component.babel import babel_configs
|
|
from fastapi_babel import BabelMiddleware
|
|
|
|
|
|
api.add_middleware(BabelMiddleware, babel_configs=babel_configs)
|