Push BlueMapWeb

This commit is contained in:
Lukas Rieger (Blue) 2022-08-17 14:46:36 +02:00
parent 585dfc2c36
commit 7a1e7c533d
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit 050cde0a0ce7fdfe1194dbc70b31dce8bad5efd4
Subproject commit 385a5cf220268751cb0383095c247a909ac3ba9d

View File

@ -7,14 +7,17 @@ module.exports = {
proxy: {
'/settings.json': {
target: 'http://localhost:8100',
//target: 'https://bluecolored.de/bluemap-dev',
changeOrigin: true,
},
'/maps': {
target: 'http://localhost:8100',
//target: 'https://bluecolored.de/bluemap-dev',
changeOrigin: true,
},
'/assets/playerheads': {
target: 'http://localhost:8100',
//target: 'https://bluecolored.de/bluemap-dev',
changeOrigin: true,
}
}