globalping icon indicating copy to clipboard operation
globalping copied to clipboard

Fix route of the demo page without "/" symbol

Open alexey-yarmosh opened this issue 1 year ago • 4 comments

Currently we can access demo page using: https://api.globalping.io/demo/ Same path without slash at the end (https://api.globalping.io/demo) responds with 404 Not Found.

Need to reconfigure @koa/router so the page is accessible from both urls.

alexey-yarmosh avatar Jan 09 '23 15:01 alexey-yarmosh