Skip to content

Commit

Permalink
services/sicp-staging: fix typo again
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Sep 25, 2024
1 parent edd5ed5 commit 74e5b86
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions nixos/profiles/services/sicp-staging/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -226,15 +226,17 @@ in
management = {
endpoints = {
web = {
allowed-origins = [
"https://sicp-staging.li7g.com"
"http://localhost:5173"
"http://localhost:3000"
];
allowed-methods = "*";
allowed-headers = "*";
allowed-credentials = true;
max-age = "3600s";
cors = {
allowed-origins = [
"https://sicp-staging.li7g.com"
"http://localhost:5173"
"http://localhost:3000"
];
allowed-methods = "*";
allowed-headers = "*";
allowed-credentials = true;
max-age = "3600s";
};
};
};
};
Expand Down

0 comments on commit 74e5b86

Please sign in to comment.