File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1079,10 +1079,7 @@ export async function startServer() {
10791079 try {
10801080 await server . listen ( { port : PORT , host : HOST } ) ;
10811081 server . log . info ( `DeployStack Satellite running on http://${ HOST } :${ PORT } ` ) ;
1082- server . log . info ( `API Documentation: http://${ HOST } :${ PORT } /documentation` ) ;
1083- server . log . info ( `Hello World: http://${ HOST } :${ PORT } /api/health/hello` ) ;
10841082 server . log . info ( `Backend Status: http://${ HOST } :${ PORT } /api/status/backend` ) ;
1085- server . log . info ( `Proxy Status: http://${ HOST } :${ PORT } /api/status/proxy` ) ;
10861083 server . log . info ( `SSE Transport: http://${ HOST } :${ PORT } /sse` ) ;
10871084 server . log . info ( `Message Transport: http://${ HOST } :${ PORT } /message` ) ;
10881085 server . log . info ( `MCP Transport: http://${ HOST } :${ PORT } /mcp` ) ;
You can’t perform that action at this time.
0 commit comments