Skip to content

Commit

Permalink
development route fix
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Jun 20, 2016
1 parent 519e99c commit aca9a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function mainRoutes(router, middleware, controllers) {
router.get('/debug/plugin', function (req, res) {
return res.render('pluginTest');
});
router.post('/debug/uploadplugin', controllers.debug.uploadPlugin);
//router.post('/debug/uploadplugin', controllers.debug.uploadPlugin);
router.get('/debug/devices/testiOS', middleware.api, controllers.api.devices.testApn);
router.get('/debug/restart', function (req, res) {
var exec = require('child_process').exec;
Expand Down

0 comments on commit aca9a00

Please sign in to comment.