Uhrzeit fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const baseUrl = (import.meta.env.VITE_API_BASE_URL || 'http://localhost:4001').replace(/\/$/, '')
|
||||
const baseUrl = (import.meta.env.VITE_API_BASE_URL || '').replace(/\/$/, '')
|
||||
|
||||
async function request(path, { method = 'GET', body, token, headers = {} } = {}) {
|
||||
const url = `${baseUrl}${path}`
|
||||
|
||||
Reference in New Issue
Block a user