Skip to content

Commit

Permalink
task: add new routes for template categories admin (#1382)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith authored Jun 17, 2024
1 parent fa93845 commit 3189038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/common/waf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ resource "aws_wafv2_regex_pattern_set" "re_admin2" {
# https://docs.aws.amazon.com/waf/latest/developerguide/waf-regex-pattern-set-managing.html

regular_expression {
regex_string = "/sitemap|/plandesite|/agree-terms|/getting-started|/decouvrir-notification-gc"
regex_string = "/sitemap|/plandesite|/agree-terms|/getting-started|/decouvrir-notification-gc|/template-categories.*"
}

tags = {
Expand Down

0 comments on commit 3189038

Please sign in to comment.