Skip to content

Commit

Permalink
Trying to fix the WS middleware issue (rollback)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor committed Sep 4, 2024
1 parent 41d928d commit e5d7e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async function main() {
}
}
});
app.use('/deploys', csprCloudStreamingProxy);
app.get('/deploys', csprCloudStreamingProxy);

const csprCloudAPIProxy = createProxyMiddleware({
target: config.csprCloudApiUrl,
Expand Down

0 comments on commit e5d7e15

Please sign in to comment.