mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 09:44:47 +00:00
fix: add order:true to all create transactions (#3948)
This commit is contained in:
@@ -15,4 +15,4 @@ app.use('/api', readRoutes);
|
||||
app.use('/api', quickfetchRoutes);
|
||||
|
||||
const PORT = process.env.PORT || 3000;
|
||||
app.listen(PORT, () => console.log(`Server running on port ${PORT}`));
|
||||
app.listen(PORT, () => console.log(`Server running on port ${PORT}`));
|
||||
|
Reference in New Issue
Block a user