mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Add newline
This commit is contained in:
parent
d41d764281
commit
166de2dcc6
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ const app = express();
|
|||
|
||||
// Use the default options:
|
||||
app.use('/graphbrainz', graphbrainz());
|
||||
|
||||
// or, pass some options:
|
||||
app.use('/graphbrainz', graphbrainz({
|
||||
client: new MusicBrainz({ ... }),
|
||||
|
|
|
|||
Loading…
Reference in a new issue