Compare commits

...

2 Commits

Author SHA1 Message Date
mo
b3fd3acad9 Merge pull request 'fix: Update API base URL for development environment' (#6) from ph4 into prod
Reviewed-on: #6
2025-06-01 15:16:16 +02:00
mohamad
dd29f27a5b fix: Update API base URL for development environment
All checks were successful
Deploy to Production, build images and push to Gitea Registry / build_and_push (pull_request) Successful in 27s
2025-06-01 15:15:56 +02:00

View File

@ -2,7 +2,7 @@
export const API_VERSION = 'v1'
// API Base URL
export const API_BASE_URL = import.meta.env.VITE_API_URL || 'http://localhost:8000'
export const API_BASE_URL = import.meta.env.VITE_API_URL || 'http://mitlistbe:8000'
// API Endpoints
export const API_ENDPOINTS = {