From 8fd0f764f128336b872c418c739fa2c4834e0c9b Mon Sep 17 00:00:00 2001 From: "Schmidt Till (CSS TO PME DSI PAO MUC)" Date: Thu, 10 Sep 2026 23:26:55 +0200 Subject: [PATCH] docs(map): record resolution of Implement FastAPI backend and /api/clean endpoint in app.py --- docs/map.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/map.md b/docs/map.md index d970719..461dec9 100644 --- a/docs/map.md +++ b/docs/map.md @@ -14,6 +14,7 @@ A fast, single-user, locally hosted web app (`app.py` + vanilla HTML/CSS/JS in ` - [Decouple core photo cleaning logic for CLI and API reuse](https://code.tilltheend.de/tilltheend/unwrap-clothes/issues/2): Extracted encoding, OpenRouter API client, and in-memory Lanczos resolution restoration into `cleaner.py`, supporting both raw bytes and paths for CLI and web API reuse. +- [Implement FastAPI backend and /api/clean endpoint in app.py](https://code.tilltheend.de/tilltheend/unwrap-clothes/issues/3): Built FastAPI service in `app.py` exposing `POST /api/clean` with multipart upload, base64 data URI response, Lanczos toggle, and static file hosting. ## Not yet specified