Remove breaking new line from conf routes file in wherehows fe

This commit is contained in:
cptran777 2018-08-10 16:50:47 -07:00
parent 117e5273a9
commit d95f894430

View File

@ -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)