add server changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const BASE = 'https://haushalt.ddev.site/api'
|
||||
const BASE = '/api'
|
||||
|
||||
async function request(path, opts = {}) {
|
||||
const res = await fetch(`${BASE}${path}`, {
|
||||
|
||||
Reference in New Issue
Block a user