|
|
@@ -69,5 +69,5 @@ app.get('/health', (req, res) => {
|
|
|
app.use('/api/trading', requireInternalToken, tradingRoutes);
|
|
|
|
|
|
// 启动服务
|
|
|
-const PORT = process.env.PORT || 9056;
|
|
|
+const PORT = process.env.PORT || 9057;
|
|
|
app.listen(PORT, () => Logs.out(`Pinnacle service running on port ${PORT}`));
|