Skip to content

Commit

Permalink
fix role perms (#4663)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feroze Mohideen authored May 20, 2024
1 parent 557a5da commit 1aff0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/server/router/porter_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1738,7 +1738,7 @@ func getPorterAppRoutes(
// GET /api/projects/{project_id}/clusters/{cluster_id}/apps/{porter_app_name}/events/id -> porter_app.NewGetPorterAppEventHandler
getPorterAppEventEndpoint := factory.NewAPIEndpoint(
&types.APIRequestMetadata{
Verb: types.APIVerbCreate,
Verb: types.APIVerbGet,
Method: types.HTTPVerbGet,
Path: &types.Path{
Parent: basePath,
Expand Down

0 comments on commit 1aff0a9

Please sign in to comment.