mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: Add page titles (#2070)
This commit is contained in:
@ -63,7 +63,7 @@ const config: Configuration = {
|
||||
port: process.env.PORT || 8080,
|
||||
proxy: {
|
||||
"/api": {
|
||||
target: "http://localhost:3000",
|
||||
target: "https://dev.coder.com",
|
||||
ws: true,
|
||||
secure: false,
|
||||
},
|
||||
|
Reference in New Issue
Block a user