Skip to content
This repository was archived by the owner on Mar 2, 2021. It is now read-only.

Commit b000b09

Browse files
author
Hugo Vieilledent
committed
res not defined fix in doc fn
1 parent c64daf4 commit b000b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/no-endpoint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
const config = require('../config')
55

6-
function noEndpoint() {
6+
function noEndpoint(res) {
77
res.status(404).json({
88
message: 'NOT FOUND',
99
documentationUrl: 'https://github.com/internet4000/radio4000-api'

0 commit comments

Comments
 (0)