move json to api, change tile loading api

This commit is contained in:
2026-01-24 17:15:31 +01:00
parent f059b54936
commit 317ee96ba3
11 changed files with 628 additions and 647 deletions

View File

@@ -34,7 +34,7 @@ export default defineConfig({
},
server: {
proxy: {
'/socket': {
'/tiles': {
target: 'http://localhost:4000',
changeOrigin: true,
secure: false
@@ -44,7 +44,7 @@ export default defineConfig({
changeOrigin: true,
secure: false
},
'/admin': {
'/health': {
target: 'http://localhost:4000',
changeOrigin: true,
secure: false