Admin role added, dev side has hot reload again, characters AND groups tied to accounts now.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
const BASE_URL = process.env.REACT_APP_RELDO_URL || 'http://localhost:8080';
|
||||
// Use relative URLs when REACT_APP_RELDO_URL is not set (same-origin via nginx)
|
||||
const BASE_URL = process.env.REACT_APP_RELDO_URL || '';
|
||||
|
||||
export default async function getHiscores(rsn, handleResultCallback) {
|
||||
if (!rsn) {
|
||||
|
||||
Reference in New Issue
Block a user