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

Commit 3163446

Browse files
author
Hugo Vieilledent
committed
missed a typo!
1 parent eb1f98e commit 3163446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ app.get('/', function (req, res) {
2323
channelsUrl: `${config.databaseURL}channels.json`,
2424
channelUrl: `${config.databaseURL}channels/{id}.json`,
2525
tracksUrl: `${config.databaseURL}tracks.json`,
26-
TrackUrl: `${config.databaseURL}tracks/{id}.json`
26+
trackUrl: `${config.databaseURL}tracks/{id}.json`
2727
})
2828
})
2929
app.use('/billings', billings)

0 commit comments

Comments
 (0)