diff --git a/AGENTS.md b/AGENTS.md index 62c0d3a..265c1db 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -23,7 +23,7 @@ source .venv/bin/activate ```bash python app.py -# -> http://127.0.0.1:5000 +# -> http://127.0.0.1:5001 ``` Kein Test, Lint, Typecheck oder CI vorhanden. README.md und AGENTS.md enthalten die Projektdokumentation. @@ -38,6 +38,7 @@ Kein Test, Lint, Typecheck oder CI vorhanden. README.md und AGENTS.md enthalten | GET | `/invoice` | Rechnungsseite | | POST | `/invoice/pdf` | PDF-Download | | POST | `/export` | TXT-Download | +| GET | `/settings` | Einstellungsseite (Druckerabschreibung, Arbeitskosten, Marge) | ## Config diff --git a/templates/index.html b/templates/index.html index 0e024f5..30492ab 100644 --- a/templates/index.html +++ b/templates/index.html @@ -78,14 +78,6 @@ -