@@ -8,85 +8,85 @@ spring:
8
8
routes :
9
9
10
10
- id : get-authik-openapi-api-yml
11
- uri : https ://authik:8080
11
+ uri : lb ://authik
12
12
predicates :
13
13
- Method=GET
14
14
- Path=/openapi/authik/api.yml
15
15
filters :
16
16
- RewritePath=/openapi/authik/api.yml, /openapi/api.yml
17
17
18
18
- id : get-matchmaker-openapi-api-yml
19
- uri : https ://matchmaker:8080
19
+ uri : lb ://matchmaker
20
20
predicates :
21
21
- Method=GET
22
22
- Path=/openapi/matchmaker/api.yml
23
23
filters :
24
24
- RewritePath=/openapi/matchmaker/api.yml, /openapi/api.yml
25
25
26
26
- id : get-people-openapi-api-yml
27
- uri : https ://people:8080
27
+ uri : lb ://people
28
28
predicates :
29
29
- Method=GET
30
30
- Path=/openapi/people/api.yml
31
31
filters :
32
32
- RewritePath=/openapi/people/api.yml, /openapi/api.yml
33
33
34
34
- id : put-authik-auth-telegram-web-app
35
- uri : https ://authik:8080
35
+ uri : lb ://authik
36
36
predicates :
37
37
- Method=PUT
38
38
- Path=/api/auth/telegram/web-app
39
39
40
40
- id : get-matchmaker-suggestions
41
- uri : https ://matchmaker:8080
41
+ uri : lb ://matchmaker
42
42
predicates :
43
43
- Method=GET
44
44
- Path=/api/suggestions
45
45
46
46
- id : post-matchmaker-people-attitudes-incoming
47
- uri : https ://matchmaker:8080
47
+ uri : lb ://matchmaker
48
48
predicates :
49
49
- Method=POST
50
50
- Path=/api/people/*/attitudes/incoming/*
51
51
52
52
- id : delete-matchmaker-attitudes
53
- uri : https ://matchmaker:8080
53
+ uri : lb ://matchmaker
54
54
predicates :
55
55
- Method=DELETE
56
56
- Path=/api/attitudes
57
57
58
58
- id : get-matchmaker-people-matches
59
- uri : https ://matchmaker:8080
59
+ uri : lb ://matchmaker
60
60
predicates :
61
61
- Method=GET
62
62
- Path=/api/people/{person_id}/matches
63
63
64
64
- id : get-people-person-id
65
- uri : https ://people:8080
65
+ uri : lb ://people
66
66
predicates :
67
67
- Method=GET
68
68
- Path=/api/people/*
69
69
70
70
- id : delete-people-person-id
71
- uri : https ://people:8080
71
+ uri : lb ://people
72
72
predicates :
73
73
- Method=DELETE
74
74
- Path=/api/people/*
75
75
76
76
- id : patch-people-person-id
77
- uri : https ://people:8080
77
+ uri : lb ://people
78
78
predicates :
79
79
- Method=PATCH
80
80
- Path=/api/people/*
81
81
82
82
- id : get-people-faculties
83
- uri : https ://people:8080
83
+ uri : lb ://people
84
84
predicates :
85
85
- Method=GET
86
86
- Path=/api/faculties
87
87
88
88
- id : get-people-locations
89
- uri : https ://people:8080
89
+ uri : lb ://people
90
90
predicates :
91
91
- Method=GET
92
92
- Path=/api/locations
0 commit comments