datopian / frontend-v2

CKAN / Data Portal frontend as microservice in pure Javascript (Node).
http://tech.datopian.com/frontend/
MIT License
38 stars 18 forks source link

Redirect to 404 page when request url is invalid #195

Closed sagargg-zz closed 3 years ago

sagargg-zz commented 3 years ago

Before, when the request URL is in the invalid pattern. eg. /organization/package/invalid. it was rendering a white page with Cannot GET /organization/package/invalid message. Now it will redirect users to the 404 page.