Logo feature 1.0.27 v2

This commit is contained in:
2025-11-25 05:59:36 -03:00
parent 14073db2d9
commit 0b0763cfff

View File

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