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 64b8132 commit d70600a
Showing 1 changed file with 1 addition and 1 deletion.
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://zksync-plugin.nethermind.dev",
"https://zksync-plugin.nethermind.dev/",
));
}
}
Expand Down

0 comments on commit d70600a

Please sign in to comment.