Преглед изворни кода

1

Signed-off-by: lcw <1324309909@qq.com>
lcw пре 3 година
родитељ
комит
56edef28d8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app.js

+ 1 - 1
app.js

@@ -39,7 +39,7 @@ app.use(cors({
 }));
 */
 // all of our routes will be prefixed with /api
-app.use('/pbl', edurouter);
+app.use('/api/pbl', edurouter);
 // app.use('/game', game);
 
 app.all('/download', function (req, res, next) {