New textures.json location

This commit is contained in:
Lukas Rieger (Blue) 2022-05-28 21:55:06 +02:00
parent df9c41e2e4
commit 0776e69c88
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit aa4cf7285d191ae8da58e0c62dd9d586f586a1b3
Subproject commit 77896b9c378403ea5a754d356e87cdb1e6b21279

View File

@ -233,7 +233,7 @@ export class BlueMapApp {
let mapSettings = settings.maps[mapId];
if (mapSettings.enabled) {
let map = new BlueMapMap(mapId, this.dataUrl + mapId + "/", this.dataUrl + "settings.json", this.dataUrl + "textures.json", this.mapViewer.events);
let map = new BlueMapMap(mapId, this.dataUrl + mapId + "/", this.dataUrl + "settings.json", this.dataUrl + mapId + "/textures.json", this.mapViewer.events);
maps.push(map);
map.loadSettings()

View File

@ -6,7 +6,7 @@ module.exports = {
devServer: {
proxy: {
'/data': {
target: 'https://bluecolored.de/bluemap',
target: 'https://bluecolored.de/bluemap-dev',
changeOrigin: true,
},
'/assets/playerheads': {