mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-12-01 06:55:45 +01:00
removed users table relicts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// frontend/src/services/shiftPlanService.ts
|
||||
import { authService } from './authService';
|
||||
import { ShiftPlan, CreateShiftPlanRequest, Shift } from '../../../backend/src/models/shiftPlan.js';
|
||||
import { ShiftPlan, CreateShiftPlanRequest, Shift } from '../models/ShiftPlan';
|
||||
|
||||
const API_BASE = 'http://localhost:3002/api/shift-plans';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user