Skip to content

Commit

Permalink
Merge pull request #265 from hubmapconsortium/Derek-Furst/fix-gateway
Browse files Browse the repository at this point in the history
moved endpoints from avr to ingest.api
  • Loading branch information
yuanzhou authored Jul 5, 2023
2 parents 96b221a + 1e92e6f commit 9afd581
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions api_endpoints.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -458,63 +458,63 @@
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
}
],
"avr.hubmapconsortium.org": [
},
{
"method": "GET",
"endpoint": "/",
"auth": false
"endpoint": "/datasets/data-status",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "GET",
"endpoint": "/static/<*>",
"auth": false
"endpoint": "/uploads/data-status",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "GET",
"endpoint": "/static/dist/<*>",
"endpoint": "/data-ingest-board-login",
"auth": false
},
{
"method": "GET",
"endpoint": "/css/<*>",
"endpoint": "/data-ingest-board-logout",
"auth": false
},
}
],
"avr.hubmapconsortium.org": [
{
"method": "GET",
"endpoint": "/login",
"endpoint": "/",
"auth": false
},
{
"method": "GET",
"endpoint": "/logout",
"endpoint": "/static/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/datasets/data-status",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"endpoint": "/static/dist/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/uploads/data-status",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"endpoint": "/css/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/data-ingest-board-login",
"endpoint": "/login",
"auth": false
},
{
"method": "GET",
"endpoint": "/data-ingest-board-logout",
"endpoint": "/logout",
"auth": false
},
{
Expand Down

0 comments on commit 9afd581

Please sign in to comment.