chore: organize files

This commit is contained in:
Alexandre Teles
2023-11-21 00:13:42 -03:00
committed by Alexandre Teles (afterSt0rm)
parent 10f5225f51
commit 73252524f1
5 changed files with 5 additions and 5 deletions

View File

@@ -10,8 +10,8 @@ from sanic.response import JSONResponse, json
from sanic_ext import openapi
from sanic_beskar.exceptions import AuthenticationError
from auth import beskar
from limiter import limiter
from api.auth import beskar
from api.limiter import limiter
from config import api_version