Skip to content

Commit

Permalink
Removed cookie setter endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyHWChung authored and jackie1988 committed Feb 11, 2019
1 parent eb0e7b8 commit c7b94ec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 78 deletions.

This file was deleted.

2 changes: 0 additions & 2 deletions conf/app.routes
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ GET /get-account-page @uk.gov.hmrc.helptosavetestadminfrontend.
GET /account @uk.gov.hmrc.helptosavetestadminfrontend.controllers.HelpToSaveApiController.getAccount()

GET /curl-result @uk.gov.hmrc.helptosavetestadminfrontend.controllers.HelpToSaveApiController.getCurlRequestIsPage(id: java.util.UUID)

GET /set-cookie @uk.gov.hmrc.helptosavetestadminfrontend.controllers.MDTPCookieSetterController.setMDTPCookie(continueAbsoluteURL: String)
3 changes: 0 additions & 3 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,3 @@ privileged-access {
}

run-local = true

mdtp-cookie-setter.domain-whitelist = [ "localhost", "127.0.0.1" ]

0 comments on commit c7b94ec

Please sign in to comment.