edit time

This commit is contained in:
2020-02-03 09:14:07 +07:00
parent 4e4658ee5e
commit 365a929ef7
2 changed files with 10 additions and 6 deletions

View File

@@ -3,5 +3,5 @@
module.exports = function (app) {
var Api = require('../controllers/ApiController');
app.route('/logs').get(Api.SaveLogs);
app.route('/logs').post(Api.SaveLogs);
};