Skip to content

Commit

Permalink
Merge pull request #2 from hmrc/hipp-183
Browse files Browse the repository at this point in the history
HIPP-183: Base path is now /api-hub
  • Loading branch information
PaulCDurham authored Dec 14, 2022
2 parents 792f9f0 + 52ce144 commit 20f4e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ mongodb {

urls {
login = "http://localhost:9949/auth-login-stub/gg-sign-in"
loginContinue = "http://localhost:9000/api-hub-frontend"
loginContinue = "http://localhost:9000/api-hub"
signOut = "http://localhost:9025/gg/sign-out"
}

Expand Down
2 changes: 1 addition & 1 deletion conf/prod.routes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Add all the application routes to the app.routes file
-> /api-hub-frontend app.Routes
-> /api-hub app.Routes
-> / health.Routes

GET /admin/metrics @com.kenshoo.play.metrics.MetricsController.metrics

0 comments on commit 20f4e79

Please sign in to comment.