We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b16e7d commit 9bb75b0Copy full SHA for 9bb75b0
web/app.js
@@ -21,6 +21,7 @@ app.use(express.static(path.join(__dirname, 'public')))
21
22
app.use('/', indexRouter)
23
app.use('/users', usersRouter)
24
+app.get('/tanaya').then(console.log("working"))
25
26
// catch 404 and forward to error handler
27
app.use(function (req, res, next) {
0 commit comments