Skip to content

Commit

Permalink
fix(proxy): update whitelist proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed May 6, 2024
1 parent bf1412a commit 2742d97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion provider-proxy/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ const whitelist = [
"http://localhost:3000",
"https://deploybeta.cloudmos.io",
"https://deploy.cloudmos.io",
"https://cloudmos.grafana.net"
"https://cloudmos.grafana.net",
"https://console.akash.network",
"https://beta.cloudmos.io",
"https://staging-console.akash.network"
];

app.use(
Expand Down

0 comments on commit 2742d97

Please sign in to comment.