Sep 3, 2018 · 1 min read
Hi and thanks for a great series of articles. My Express skills are a bit old and was wondering why you have
app.use(‘/’, index); and inside index router.get(‘/’, universal);
app.use(‘/’, universal);
Isn’t this redundant?
Hi and thanks for a great series of articles. My Express skills are a bit old and was wondering why you have
app.use(‘/’, index); and inside index router.get(‘/’, universal);
app.use(‘/’, universal);
Isn’t this redundant?