feat: add backend
This commit is contained in:
12
backend/modules/voxy_import.py
Normal file
12
backend/modules/voxy_import.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter(prefix="/voxy_import", tags=["voxy_import"])
|
||||
|
||||
|
||||
@router.get("/")
|
||||
async def list_urls():
|
||||
return {
|
||||
"default": "https://dav.arinera.fun/voxy.zip",
|
||||
"cf": "https://oss.arinera.space/voxy.zip",
|
||||
"test": "http://local.arinera.fun:9000/oss/voxy.zip",
|
||||
}
|
||||
Reference in New Issue
Block a user