Skip to content

Commit

Permalink
fix: proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Nov 21, 2024
1 parent edd9bc8 commit e3e2b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export default defineConfig({
server: {
proxy: {
"/api/solang": "https://test-solang.aelf.io",
"/api/playground": "https://playground-next.test.aelf.dev",
"/playground": "https://playground-next.test.aelf.dev",
"/api/playground": "https://playground-staging.aelf.dev",
"/playground": "https://playground-staging.aelf.dev",
}
}
});

0 comments on commit e3e2b90

Please sign in to comment.