Skip to content

Commit 67def69

Browse files
Specify default on get to be everything allowed
1 parent 4f4d177 commit 67def69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/permitted-routes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"GET" : ["/health","/ready"],
2+
"GET" : ["*"],
33
"POST": ["*/filter", "*/count"]
44
}

0 commit comments

Comments
 (0)