Skip to content

Commit

Permalink
RAS-71: Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
RaminEsfandiari committed Jun 20, 2017
1 parent 60dc0b8 commit 6e0674e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/uk/gov/hmrc/rasapi/models/ErrorResponses.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ trait JsonFormats {
implicit val errorResponseWrites = new Writes[ErrorResponse] {
def writes(e: ErrorResponse): JsValue = Json.obj("code" -> e.errorCode, "message" -> e.message)
}
}
}
2 changes: 1 addition & 1 deletion conf/app.routes
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# microservice specific routes

GET /customer/matched/:customerUUID/get-residency-status uk.gov.hmrc.rasapi.controllers.LookupController.getResidencyStatus(customerUUID)
GET /customer/matched/:customerUUID/get-residency-status uk.gov.hmrc.rasapi.controllers.LookupController.getResidencyStatus(customerUUID)

0 comments on commit 6e0674e

Please sign in to comment.