Skip to content

Commit

Permalink
Added routes for SmartCLIDE-DB and Service Creation Test Generation R…
Browse files Browse the repository at this point in the history
…est APIs
  • Loading branch information
theioakiti committed Jun 7, 2022
1 parent 09ed6f4 commit 48530cd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,20 @@ spring:
- Path=/td-reusability/**
filters:
- RewritePath=/td-reusability/?(?<segment>.*), /api/$\{segment}
# SmartCLIDE-DB Rest API new route
- id: smartclide-db
uri: http://db-api.smartclide-db:8080
predicates:
- Path=/smartclide-db/**
filters:
- RewritePath=/smartclide-db/?(?<segment>.*), /$\{segment}
# Service Creation Test Generation Rest API
- id: service-creation-test-generation
uri: http://service-creation-test-generation.smartclide-service-creation:8080
predicates:
- Path=/service-creation-test-generation/**
filters:
- RewritePath=/service-creation-test-generation/?(?<segment>.*), /$\{segment}
### SmartCLIDE-internal test APIs
### TODO: remove
# DEMO-DLE Rest API
Expand Down

0 comments on commit 48530cd

Please sign in to comment.