zengyicheng há 1 ano atrás
pai
commit
9948ea60fa
1 ficheiros alterados com 1 adições e 1 exclusões
  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('/api/pbl', pbl);
+app.use('/api/pbl', edurouter);
 // app.use('/game', game);
 
 app.all('/download', function(req, res, next) {