Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit a6fa1e2

Browse files
Update gateway configuration
1 parent 49dd609 commit a6fa1e2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ services:
4545
auth_required: true
4646
# env_var not specified - will auto-generate: APPOINTMENTS_SERVICE_URL
4747

48+
# Service Types (also handled by Appointment Service)
49+
- name: "service-types"
50+
path_prefix: "/api/v1/service-types"
51+
target_url: "http://localhost:8083"
52+
strip_prefix: "/api/v1"
53+
auth_required: true
54+
4855
# --- Service & Project Management Service (Port 8084) ---
4956
- name: "services"
5057
path_prefix: "/api/v1/services"

0 commit comments

Comments
 (0)