mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-12-01 06:55:45 +01:00
fixed database migrations
This commit is contained in:
@@ -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[]> {
|
||||
|
||||
Reference in New Issue
Block a user