Skip to content

Commit

Permalink
Merge pull request #241 from ONDC-Official/feat/mobility-ui
Browse files Browse the repository at this point in the history
udpated branches api limit
  • Loading branch information
92shreyansh authored Nov 15, 2024
2 parents 3f4bef1 + 0b657b1 commit 6352c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/api-contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function fetchRequest(url){

async function fetchBranches() {
try {
const BRANCHES_URL= "https://api.github.com/repos/ondc-official/mobility-specification/branches";
const BRANCHES_URL= "https://api.github.com/repos/ondc-official/mobility-specification/branches?per_page=100&page=1";
const TAGS_URL= "https://api.github.com/repos/ondc-official/mobility-specification/tags";

let response1, response2;
Expand Down

0 comments on commit 6352c2c

Please sign in to comment.