managarten/apps/picture/apps
Till-JS 7a2acd4bbe 🐛 fix(admin): remove api/v1 prefix from admin controllers
All backends with setGlobalPrefix('api/v1') were registering routes
as /api/v1/api/v1/admin instead of /api/v1/admin. Changed all admin
controllers to use @Controller('admin') instead of @Controller('api/v1/admin').

Affected backends:
- calendar
- contacts
- picture
- presi
- todo
- zitare
- chat

Note: storage backend still uses @Controller('api/v1/admin') as it has
no global prefix.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-12 14:03:00 +01:00
..
backend 🐛 fix(admin): remove api/v1 prefix from admin controllers 2026-02-12 14:03:00 +01:00
landing feat(analytics): add Umami tracking to remaining apps 2026-01-23 17:49:18 +01:00
mobile 🔧 chore: create @manacore/shared-logger and migrate 2 mobile apps 2026-01-29 17:12:48 +01:00
web feat(auth): implement cross-subdomain SSO for all web apps 2026-02-02 13:17:04 +01:00