Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix CORS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
varex83 committed Nov 6, 2023
1 parent a48635c commit 64b8132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/src/cors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ impl Fairing for CORS {
Err(_) => {
response.set_header(Header::new(
"Access-Control-Allow-Origin",
"https://cairo-remix-test.nethermind.io",
"https://zksync-plugin.nethermind.dev",
));
}
}
Expand Down
2 changes: 1 addition & 1 deletion plugin/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_API_URL=https://zksync-plugin-api.nethermind.dev
VITE_DEVNET_URL=http://127.0.0.1:8011
VITE_REMOTE_DEVNET_URL=http://127.0.0.1:8011
VITE_REMOTE_DEVNET_URL=https://zksync-devnet.nethermind.dev
VITE_VERSION=$npm_package_version

0 comments on commit 64b8132

Please sign in to comment.