Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from fastapi import APIRouter, Depends, File, UploadFile
|
||||
from backend.app.run.dependencies import admin_dependency
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
Reference in New Issue
Block a user