move json to api, change tile loading api
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user