Rangliste angefangen

This commit is contained in:
R40fendt
2025-07-03 20:00:51 +02:00
parent c2b4707cb0
commit 4001879c70
5 changed files with 110 additions and 54 deletions

View File

@@ -33,8 +33,8 @@ class SpieltagSumme {
class RitzenbergenLib {
static get_img(mypath: string) {
if(mypath.startsWith("/")) return "http://bilder.ritzenbergen.de"+mypath;
else return "http://bilder.ritzenbergen.de/"+mypath;
if(mypath.startsWith("/")) return "https://bilder.ritzenbergen.de"+mypath;
else return "https://bilder.ritzenbergen.de/"+mypath;
}
static api(path:string){
if(path.startsWith("/")) return "http://192.168.188.38/Jonas/ritzenbergenapi"+path;