Skip to content

Commit

Permalink
Merge pull request #232 from hubmapconsortium/avr_status_endpoint
Browse files Browse the repository at this point in the history
Added /status endpoint to avr
  • Loading branch information
yuanzhou authored Nov 11, 2022
2 parents a64e6b7 + 003f916 commit d6ac49a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api_endpoints.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,11 @@
"method": "POST",
"endpoint": "/_search",
"auth": false
},
{
"method": "GET",
"endpoint": "/status",
"auth": false
}
]
}
5 changes: 5 additions & 0 deletions api_endpoints.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,11 @@
"method": "POST",
"endpoint": "/_search",
"auth": false
},
{
"method": "GET",
"endpoint": "/status",
"auth": false
}
]
}

0 comments on commit d6ac49a

Please sign in to comment.