Skip to content

Commit

Permalink
Update server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
frylock34 committed Dec 16, 2021
1 parent 76595b6 commit 2c4064a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/docs/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class DocsServer {
const data = this.get(req.url)
send(res, 200, data)
} catch (err) {
send(res, 404, { message: err.message })
//send(res, 404, { message: err.message })
}
})
this.server.listen = promisify(this.server.listen)
Expand Down

0 comments on commit 2c4064a

Please sign in to comment.