Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ app.get('/', function(req, res) {
'`/id/:ids` returns artworks based on a list of comma-separated "object ID"s.',
'`/random/art` returns a random artwork.',
'`/people/:id` returns the information we have on a person or entity related to our collection.',
'',
'Mia also makes bulk data available for its artworks: see https://github.com/artsmia/collection for more info'
].join('\n\n')
)
})
Expand Down