fixed backend port for shifts

This commit is contained in:
2025-10-10 18:58:48 +02:00
parent 27eea33efc
commit 541af0afee
7 changed files with 34 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
// frontend/src/services/shiftPlanService.ts
import { authService } from './authService';
const API_BASE = 'http://localhost:3001/api/shift-plans';
const API_BASE = 'http://localhost:3002/api/shift-plans';
export interface CreateShiftPlanRequest {
name: string;