pis #12

Merged
fred.boniface merged 95 commits from pis into main 2023-05-06 21:54:51 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8fdac022d7 - Show all commits

2
app.js
View File

@ -63,7 +63,7 @@ app.use('/api/v1/stats', statRtr)
// Authented Routes
app.use('/api/v1/ldbs', authenticate)
app.use('/api/v1/auth/test', authenticate)
app.use('/api/v1/auth/test', authenticate) // Returns 401 if auth failed, 404 if successful.
// Start Express
app.listen(srvPort, srvListen, (error) =>{