Modal closelink hinzugefügt, Events werden jetzt von der API geholt
This commit is contained in:
@@ -4,7 +4,7 @@ export default class RitzenbergenLib {
|
||||
else return "http://bilder.ritzenbergen.de/"+mypath;
|
||||
}
|
||||
static api(path:string){
|
||||
if(path.startsWith("/")) return "http://api.ritzenbergen.de"+path;
|
||||
else return "http://api.ritzenbergen.de/"+path;
|
||||
if(path.startsWith("/")) return "http://192.168.188.38/Jonas/ritzenbergenapi"+path;
|
||||
else return "http://192.168.188.38/Jonas/ritzenbergenapi/"+path;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user