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)