brestok's picture
add auth
c6cc0f2
raw
history blame contribute delete
110 Bytes
from fastapi import APIRouter
security_router = APIRouter(
prefix='/api/security'
)
from . import views