fixed database migrations

This commit is contained in:
2025-10-11 00:24:51 +02:00
parent 35d3ffd689
commit c6e34de03d
3 changed files with 84 additions and 130 deletions

View File

@@ -2,7 +2,7 @@
import { TemplateShift } from '../types/shiftTemplate';
import { authService } from './authService';
const API_BASE = 'http://localhost:3001/api/shift-templates';
const API_BASE = 'http://localhost:3002/api/shift-templates';
export const shiftTemplateService = {
async getTemplates(): Promise<TemplateShift[]> {