Skip to content

Commit

Permalink
Updated routes
Browse files Browse the repository at this point in the history
  • Loading branch information
flashingpumpkin committed Jun 29, 2017
1 parent 446ff0d commit b4ecbe4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions conf/live.routes
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# microservice specific routes

GET /hello-world uk.gov.hmrc.epayeapi.controllers.MicroserviceHelloWorld.hello
GET /charges @uk.gov.hmrc.epayeapi.controllers.RtiChargesController.getCharges()
GET /:empRef/total @uk.gov.hmrc.epayeapi.controllers.GetTotals.getTotals(empRef: uk.gov.hmrc.domain.EmpRef)
GET / @uk.gov.hmrc.epayeapi.controllers.GetEmpRefs.getEmpRefs()
2 changes: 1 addition & 1 deletion conf/prod.routes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Add all the application routes to the app.routes file

-> / sandbox.Routes
-> /sandbox sandbox.Routes
-> / live.Routes
-> / health.Routes
-> / definition.Routes
Expand Down
5 changes: 3 additions & 2 deletions conf/sandbox.routes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# microservice specific routes

GET /sandbox/hello-world uk.gov.hmrc.epayeapi.controllers.MicroserviceHelloWorld.hello
GET /sandbox/charges @uk.gov.hmrc.epayeapi.controllers.RtiChargesController.getCharges()
GET /:empRef/total @uk.gov.hmrc.epayeapi.controllers.GetTotals.sandbox(empRef: uk.gov.hmrc.domain.EmpRef)
GET / @uk.gov.hmrc.epayeapi.controllers.GetEmpRefs.sandbox()

0 comments on commit b4ecbe4

Please sign in to comment.