people endpoints and super user events built
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from fastapi import Request, status
|
||||
from fastapi.responses import JSONResponse
|
||||
from ..endpoints.routes import get_safe_endpoint_urls
|
||||
from ..config import api_config
|
||||
from ApiServices.TemplateService.endpoints.routes import get_safe_endpoint_urls
|
||||
from ApiServices.TemplateService.config import api_config
|
||||
|
||||
|
||||
async def token_middleware(request: Request, call_next):
|
||||
|
||||
Reference in New Issue
Block a user