Skip to content

Commit 1a70015

Browse files
authored
allow other http methods (#4383)
1 parent bef2983 commit 1a70015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/istio/apirule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ spec:
1111
port: 3001
1212
rules:
1313
- path: /{**}
14-
methods: ['GET']
14+
methods: ['GET', 'POST', 'PATCH', 'DELETE']
1515
noAuth: true

0 commit comments

Comments
 (0)