From d95f8944305e914c6312712f016153a14d0f6a5c Mon Sep 17 00:00:00 2001 From: cptran777 Date: Fri, 10 Aug 2018 16:50:47 -0700 Subject: [PATCH] Remove breaking new line from conf routes file in wherehows fe --- wherehows-frontend/conf/routes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wherehows-frontend/conf/routes b/wherehows-frontend/conf/routes index ecbceee2fe..ab9919dc99 100644 --- a/wherehows-frontend/conf/routes +++ b/wherehows-frontend/conf/routes @@ -324,8 +324,7 @@ GET /api/v2/datasets/:urn/upstreams GET /api/v2/datasets/:urn/downstreams controllers.api.v2.Dataset.getDatasetDownstreams(urn: String) -GET /api/v2/datasets/:urn/health -controllers.api.v2.Dataset.getDatasetHealth(urn: String) +GET /api/v2/datasets/:urn/health controllers.api.v2.Dataset.getDatasetHealth(urn: String) # Map static resources from the /public folder to the /assets URL path GET /assets/*file controllers.Assets.at(path="/public", file)