Sektor-Onboarding & Charaktererstellung (Frontend)

This commit is contained in:
2026-06-07 00:53:55 +02:00
parent 18f99e896c
commit 99721bde8f
16 changed files with 858 additions and 148 deletions
@@ -5,5 +5,6 @@ import { requireAuth } from '../middlewares/auth.middleware.js';
const router = express.Router();
router.get('/list', requireAuth, sectorController.getSectorsList);
router.post('/join', requireAuth, sectorController.joinSector);
export default router;