Skip to content

Commit

Permalink
routes rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
killua-eu committed Jan 23, 2024
1 parent f11b7c2 commit 4f1ddca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glued/Config/routes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ routes:
#########################################################

be_if_svc_ares_gov_cz_act_v1:
pattern: ${routes.be_if.path}/svc/ares_gov_cz/act/v1/{uuid}/{q}
path: ${routes.be_if.path}/svc/ares_gov_cz/act/v1
pattern: ${routes.be_if.path}/svc/ares_gov_cz/v1/act/{uuid}/{q}
path: ${routes.be_if.path}/svc/ares_gov_cz/v1/act
label: Run action
dscr: Run an action
service: if
Expand Down

0 comments on commit 4f1ddca

Please sign in to comment.