add server changes

This commit is contained in:
root
2026-04-12 17:42:51 +00:00
parent 168f6ba6b7
commit f8f316461c
3774 changed files with 8 additions and 467046 deletions

View File

@@ -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}`, {