Skip to content

Commit 1aff0a9

Browse files
author
Feroze Mohideen
authored
fix role perms (#4663)
1 parent 557a5da commit 1aff0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/server/router/porter_app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,7 @@ func getPorterAppRoutes(
17381738
// GET /api/projects/{project_id}/clusters/{cluster_id}/apps/{porter_app_name}/events/id -> porter_app.NewGetPorterAppEventHandler
17391739
getPorterAppEventEndpoint := factory.NewAPIEndpoint(
17401740
&types.APIRequestMetadata{
1741-
Verb: types.APIVerbCreate,
1741+
Verb: types.APIVerbGet,
17421742
Method: types.HTTPVerbGet,
17431743
Path: &types.Path{
17441744
Parent: basePath,

0 commit comments

Comments
 (0)