Galerie hinzugefügt

This commit is contained in:
R40fendt
2025-04-17 11:35:59 +02:00
parent 4bbea4507d
commit c4822b9f37
7 changed files with 199 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ export default class RitzenbergenLib {
else return "http://bilder.ritzenbergen.de/"+mypath;
}
static api(path:string){
if(path.startsWith("/")) return "http://192.168.188.38/Jonas/ritzenbergenapi"+path;
else return "http://192.168.188.38/Jonas/ritzenbergenapi/"+path;
if(path.startsWith("/")) return "http://api.ritzenbergen.de"+path;
else return "http://api.ritzenbergen.de/"+path;
}
}