infra: upadate api url
This commit is contained in:
parent
10287025aa
commit
83c2a7c954
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue