build(deps-dev): apply updates
[poolifier.git] / examples / typescript / http-server-pool / express-worker_threads / src / main.ts
index e0cb704218b817d638e986826fd2e078d36ad92e..615143646507d8e2f33922426384a19e8e5e906c 100644 (file)
@@ -43,7 +43,7 @@ expressApp.get('/api/factorial/:number', (req: Request, res: Response) => {
 try {
   expressApp.listen(port, () => {
     console.info(
-      `⚡️[express server]: Express server is started at http://localhost:${port}/`
+      `⚡️[express server]: Express server is started at http://localhost:${port.toString()}/`
     )
   })
 } catch (err) {