Skip to content

Commit

Permalink
fix: #184 eureka materials registry fix, local-repo deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbator committed Nov 9, 2024
1 parent 2f5e436 commit bf5eefb
Show file tree
Hide file tree
Showing 22 changed files with 4 additions and 144 deletions.
8 changes: 4 additions & 4 deletions kodemy-api-gateway/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ spring:
uri: lb://kodemy-notification
predicates:
- Path=/api/notification/**
- id: search
uri: lb://kodemy-search
predicates:
- Path=/api/materials/**
- id: oauth2_auth
uri: ${network.route.auth}
predicates:
- Path=/api/oauth2/**,/api/auth/**,/api/logout
- id: search
uri: lb://kodemy-search
predicates:
- Path=/api/materials
- id: backend
uri: lb://kodemy-backend
predicates:
Expand Down
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

0 comments on commit bf5eefb

Please sign in to comment.