Skip to content

Commit

Permalink
Make entity-api /entities/<id> public
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanzhou committed Apr 2, 2021
1 parent 1c675c1 commit 51aacdc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 20 deletions.
5 changes: 1 addition & 4 deletions api_endpoints.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,7 @@
{
"method": "GET",
"endpoint": "/entities/<*>",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"auth": false
},
{
"method": "GET",
Expand Down
5 changes: 1 addition & 4 deletions api_endpoints.localhost.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,7 @@
{
"method": "GET",
"endpoint": "/entities/<*>",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"auth": false
},
{
"method": "GET",
Expand Down
5 changes: 1 addition & 4 deletions api_endpoints.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,7 @@
{
"method": "GET",
"endpoint": "/entities/<*>",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"auth": false
},
{
"method": "GET",
Expand Down
5 changes: 1 addition & 4 deletions api_endpoints.stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,7 @@
{
"method": "GET",
"endpoint": "/entities/<*>",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"auth": false
},
{
"method": "GET",
Expand Down
5 changes: 1 addition & 4 deletions api_endpoints.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,7 @@
{
"method": "GET",
"endpoint": "/entities/<*>",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"auth": false
},
{
"method": "GET",
Expand Down

0 comments on commit 51aacdc

Please sign in to comment.