Skip to content

Commit 88a92bc

Browse files
committed
Trigger deploy
1 parent 612a4dc commit 88a92bc

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

server/server.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -132,20 +132,6 @@ app.get('/connections', async (_req, res) => {
132132
}
133133
});
134134

135-
// -- Agent entry point
136-
137-
/*
138-
you should keep your router names consistent:
139-
- deploymentsRouter
140-
- agentRouter (not agentRoutes)
141-
- authAwsRouter (not authAws)
142-
- authGoogleRouter (not authGoogle)
143-
etc.
144-
*/
145-
146-
// also, i'd probably move these routes closer to the top of the file, so they're easier to find.
147-
148-
149135
// --- Global Error Handler ---
150136
app.use((err, _req, res, _next) => {
151137
console.error('Global Error:', err);

0 commit comments

Comments
 (0)