An error occurred while fetching the assigned milestone of the selected merge_request.
routes
routes-project.js +38 -4
app.js +11 -1
package.json +1 -0
- Rosanny Sihombing authored
+ 38
- 4
@@ -38,7 +39,7 @@ module.exports = function (app) {
@@ -91,7 +92,7 @@ module.exports = function (app) {
@@ -156,13 +157,18 @@ module.exports = function (app) {
@@ -174,7 +180,7 @@ module.exports = function (app) {
@@ -182,6 +188,34 @@ module.exports = function (app) {
+ 11
- 1
@@ -8,6 +8,8 @@ const bodyParser = require('body-parser');
@@ -22,12 +24,20 @@ var app = express();
+ 1
- 0
@@ -28,6 +28,7 @@