Files
novafarma/tools
David Kotnik 507af6d0f7 fix: Backend port 5000 → 5001 (Apple AirTunes conflict)
PROBLEM: Port 5000 already used by Apple AirTunes
ERROR: 403 Forbidden when calling API

SOLUTION: Changed backend to port 5001

CHANGES:
- tools/asset_backend.py: app.run(port=5001)
- tools/visual_asset_manager.html: Updated all API calls to :5001

BACKEND NOW RUNNING: http://localhost:5001
HEALTH CHECK:  Working

Test: curl http://localhost:5001/api/health
Response: {"status": "ok"}
2026-01-04 20:29:08 +01:00
..
2025-12-12 13:48:49 +01:00
2025-12-11 19:36:08 +01:00
2025-12-11 19:36:08 +01:00
2025-12-24 15:52:40 +01:00
2025-12-14 12:21:17 +01:00
2025-12-11 19:36:08 +01:00
2025-12-11 19:36:08 +01:00