mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-29 17:59:24 +00:00
Remove breaking new line from conf routes file in wherehows fe
This commit is contained in:
parent
117e5273a9
commit
d95f894430
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user