Skip to content

Commit

Permalink
removed final / in /tasks on kong for k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorsch committed Dec 13, 2023
1 parent ab91d92 commit 1a78ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/k8s/kong/templates/cm.kong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ items:
- name: tasks
methods: [GET]
paths:
- /tasks/
- /tasks
- name: utilities
url: "{{ .Values.global.F7T_UTILITIES_HOST }}:{{ .Values.global.F7T_UTILITIES_PORT }}"
routes:
Expand Down

0 comments on commit 1a78ee5

Please sign in to comment.