This commit is contained in:
long2ice
2021-05-04 22:33:30 +08:00
parent 16c54efb2c
commit 6af5852082
20 changed files with 338 additions and 162 deletions

View File

@ -2,7 +2,7 @@ from typing import Callable
from starlette.requests import Request
from fastapi_admin import i18n, template
from fastapi_admin import i18n
async def language_processor(request: Request, call_next: Callable):