API Gateway #26

Merged
22345477 merged 21 commits from API-gateway into main 2025-11-22 14:53:16 +00:00
Member
No description provided.
22372377 requested changes 2025-11-22 14:36:31 +00:00
Dismissed
@ -2,0 +4,4 @@
spring.cloud.gateway.routes[0].id=user-service
spring.cloud.gateway.routes[0].uri=http://localhost:8081
spring.cloud.gateway.routes[0].predicates[0]=Path=/demo/**
Member

will this not have to be changed to /users?

will this not have to be changed to /users?
22345477 marked this conversation as resolved
@ -2,0 +8,4 @@
spring.cloud.gateway.routes[1].id=auth-service
spring.cloud.gateway.routes[1].uri=http://localhost:8082
spring.cloud.gateway.routes[1].predicates[0]=Path=/demo/**
Member

same as above

same as above
22345477 marked this conversation as resolved
@ -2,0 +16,4 @@
spring.cloud.gateway.routes[3].id=message-service
spring.cloud.gateway.routes[3].uri=http://localhost:8084
spring.cloud.gateway.routes[3].predicates[0]=Path=/demo/**
Member

same as above

same as above
22345477 marked this conversation as resolved
Member

is this needed?

is this needed?
22345477 marked this conversation as resolved
Update frontend/src/apps/AdminPanel/components/ReportModal.jsx
All checks were successful
/ check_lfs (push) Successful in 2s
/ check_lfs (pull_request) Successful in 2s
0e76040806
Update api-gateway/src/main/resources/application.properties
All checks were successful
/ check_lfs (push) Successful in 2s
/ check_lfs (pull_request) Successful in 2s
45056e6ada
22372377 approved these changes 2025-11-22 14:41:27 +00:00
Merge branch 'main' into API-gateway
All checks were successful
/ check_lfs (push) Successful in 2s
/ check_lfs (pull_request) Successful in 2s
a0ff1765e4
# Conflicts:
#	api-gateway/pom.xml
22345477 referenced this pull request from a commit 2025-11-22 14:53:18 +00:00
22345477 deleted branch API-gateway 2025-11-22 14:53:33 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
2025/Marketplace_system_group_3!26
No description provided.