Changed api endpoint
This commit is contained in:
@@ -59,7 +59,7 @@ type RawSeasonOld = {
|
||||
| null;
|
||||
};
|
||||
|
||||
const PERSONS_BASE_URL = "http://45.157.177.99:8080/persons";
|
||||
const PERSONS_BASE_URL = "https://fltr-app.de/api/persons";
|
||||
|
||||
function toMini(p: any | undefined | null): PersonMini | null {
|
||||
if (!p || !p.personId || !p.name) return null;
|
||||
|
||||
Reference in New Issue
Block a user