Skip to content

Commit

Permalink
chore: update proxy whitelist + version
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Jul 19, 2024
1 parent ba2a6ba commit e9b9ed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/provider-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "console-provider-proxy",
"version": "1.0.6",
"version": "1.0.7",
"description": "Proxy that allows communication between the Web UI and providers",
"license": "Apache-2.0",
"author": "Akash Network",
Expand Down
3 changes: 2 additions & 1 deletion apps/provider-proxy/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const whitelist = [
"https://cloudmos.grafana.net",
"https://console.akash.network",
"https://beta.cloudmos.io",
"https://staging-console.akash.network"
"https://staging-console.akash.network",
"https://akashconsole.vercel.app"
];

app.use(
Expand Down

0 comments on commit e9b9ed7

Please sign in to comment.