mirror of
https://github.com/tiennm99/app-store-scraper-api.git
synced 2026-08-04 16:24:27 +00:00
feat: add homepage url to root response
This commit is contained in:
@@ -27,6 +27,7 @@ app.post('/:method', async (req, res) => {
|
||||
app.get('/', (req, res) => {
|
||||
res.json({
|
||||
message: 'App Store Scraper',
|
||||
homepage: 'https://github.com/tiennm99/app-store-scraper-api',
|
||||
documentation: 'https://github.com/facundoolano/app-store-scraper'
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user