infra: upadate api url

This commit is contained in:
Johannes Jöns 2024-07-11 14:17:23 +02:00
parent 10287025aa
commit 83c2a7c954

View file

@ -15,7 +15,7 @@
"clan-war.net" = {
enableACME = true;
forceSSL = true;
locations."/".root = "${self.legacyPackages.${config.nixpkgs.hostPlatform.system}.web.override { withBackendUrl = "api.clan-war.net";}}/";
locations."/".root = "${self.legacyPackages.${config.nixpkgs.hostPlatform.system}.web.override { withBackendUrl = "https://api.clan-war.net/api/v1";}}/";
};
"api.clan-war.net" = {
forceSSL = true;