We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b16e7d commit 36a123bCopy full SHA for 36a123b
1 file changed
web/routes/index.js
@@ -1,6 +1,6 @@
1
const express = require('express')
2
const router = express.Router()
3
-
+/* adding to trigger workflow */
4
/* GET home page. */
5
router.get('/', function (req, res, next) {
6
res.render('index', { title: 'Nimble-ICE' })
0 commit comments