Project-Image-Uploader/backend
matthias.lotz 8332a78c1e fix: resolve reordering API routing issue
🔧 Problem identified and fixed:
- nginx proxy was routing /api/groups to /groups (removing /api prefix)
- Backend route was registered under /api/groups instead of /groups
- Changed backend route registration from '/api/groups' to '/groups'
- Tested API endpoint: curl to /api/groups/qion_-lT1/reorder now works
- Removed debug console.log statements for cleaner production code

 Drag-and-drop reordering now functional in ModerationGroupImagesPage
 API requests properly routed through nginx proxy to backend
 Error 'Reihenfolge konnte nicht geändert werden' resolved
2025-11-03 21:39:44 +01:00
..
src fix: resolve reordering API routing issue 2025-11-03 21:39:44 +01:00
.dockerignore Initial Commit 2025-10-15 21:33:00 +02:00
.env.example Initial Commit 2025-10-15 21:33:00 +02:00
.gitignore Initial Commit 2025-10-15 21:33:00 +02:00
Dockerfile refactor(backend): upgrade to Node 24 LTS (v24.11.0) 2025-10-28 20:35:03 +01:00
package.json feat: add Sharp library and ImagePreviewService 2025-10-30 20:25:33 +01:00