5 lines
177 B
TypeScript
Raw Normal View History

2021-08-30 15:55:08 +02:00
// export const serviceBaseUrl = "https://api.hv.nober.de";
2021-08-02 16:52:31 +02:00
// export const serviceBaseUrl = "http://172.16.10.38:5000";
2021-08-30 15:55:08 +02:00
export const serviceBaseUrl = "http://localhost:8080";