Skip to content

Commit

Permalink
fix: correct localhost url in dev webpack (#2098)
Browse files Browse the repository at this point in the history
  • Loading branch information
f0ssel authored and kylecarbs committed Jun 10, 2022
1 parent b4fd25d commit c26f8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/webpack.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const config: Configuration = {
port: process.env.PORT || 8080,
proxy: {
"/api": {
target: "https://dev.coder.com",
target: "http://localhost:3000",
ws: true,
secure: false,
},
Expand Down

0 comments on commit c26f8c7

Please sign in to comment.