mirror of
https://github.com/tiennm99/google-play-scraper-api.git
synced 2026-08-04 16:26: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: 'Google Play Scraper',
|
||||
homepage: 'https://github.com/tiennm99/google-play-scraper-api',
|
||||
documentation: 'https://github.com/facundoolano/google-play-scraper'
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user