backend and api endpoints

This commit is contained in:
2023-07-14 11:58:27 +00:00
parent 90b4c95cd8
commit 897b9ae2cf
27 changed files with 1140 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
import App from "./App.svelte"
import { location } from "./store"
import { location } from "./lib/store"
const publishLocation = (_p?: string) => {
let _s: string