develop #1

Merged
gitea merged 44 commits from develop into main 2025-11-26 01:15:20 +00:00
Showing only changes of commit 0b0763cfff - Show all commits

View File

@@ -1,6 +1,6 @@
# ============= LOGO CONFIGURABLE =============
from fastapi import FastAPI, Form
from fastapi import FastAPI, File, UploadFile, Form
app = FastAPI()
@app.post("/api/config/logo", response_model=dict)