mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-service.git
synced 2026-09-21 16:52:03 -07:00
feat(logs UI): Adding UI for displaying log files
This commit is contained in:
@@ -61,3 +61,5 @@ docs
|
||||
coverage
|
||||
database/
|
||||
system-user-*.json
|
||||
|
||||
!README.md
|
||||
|
||||
@@ -42,6 +42,9 @@ async function startServer () {
|
||||
// Used to generate the docs.
|
||||
app.use(mount('/', serve(`${process.cwd()}/docs`)))
|
||||
|
||||
// Mount the page for displaying logs.
|
||||
app.use(mount('/logs', serve(`${process.cwd()}/config/logs`)))
|
||||
|
||||
// User Authentication
|
||||
require('../config/passport')
|
||||
app.use(passport.initialize())
|
||||
|
||||
Reference in New Issue
Block a user