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