소스 검색

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) {