Signed-off-by: lcw <1324309909@qq.com>
@@ -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) {