mirror of
https://github.com/oceanprotocol/webtasks
synced 2025-01-06 20:05:40 +01:00
Merge pull request #17 from oceanprotocol/fix/bounties-network
limit bounties.network
This commit is contained in:
commit
4e0a322a22
@ -23,7 +23,7 @@ app.get('/', (req, res) => {
|
||||
holder.gitcoin = gitcoin
|
||||
|
||||
// Bounties.network bounties
|
||||
request('https://new.api.bounties.network/bounty/?search=ocean%20protocol&bountyStage=1', (error, response, body) => {
|
||||
request('https://new.api.bounties.network/bounty/?search=ocean%20protocol&bountyStage=1&platform=bounties-network', (error, response, body) => {
|
||||
if (error) return
|
||||
|
||||
const bountiesNetwork = JSON.parse(body)
|
||||
|
Loading…
Reference in New Issue
Block a user