Skip to content

Commit 9bb75b0

Browse files
rootroot
root
authored and
root
committed
added a new route tanaya
1 parent 3b16e7d commit 9bb75b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/app.js

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ app.use(express.static(path.join(__dirname, 'public')))
2121

2222
app.use('/', indexRouter)
2323
app.use('/users', usersRouter)
24+
app.get('/tanaya').then(console.log("working"))
2425

2526
// catch 404 and forward to error handler
2627
app.use(function (req, res, next) {

0 commit comments

Comments
 (0)