Changing data endpoint.
This commit is contained in:
@ -10,7 +10,7 @@ export default class Locations {
|
||||
return storageLocation;
|
||||
}
|
||||
|
||||
const response = await fetch(`https://ih-data.midefos.com/api/town/${name}`);
|
||||
const response = await fetch(`https://main.midefos.com/api/town/${name}`);
|
||||
Log.debug(`Requested location '${name}'`);
|
||||
|
||||
const data = await response.json();
|
||||
|
Reference in New Issue
Block a user