You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is part of long discussion as seen here on how to change current component used by router-view without changing current URL. It's sort of not what you want to do, however we can manipulate the url after the navigation redirect to the UI page. You can see how that works on the router.js file, there's a navigation guard there that looks for slugs and redirects if it finds one. A quick way to "fix" this is with the history.replaceState to change the url back to normal without the router reacting. It's a bit of a hack but works. I'll add this on our next update and it should work as requested.
The API page like:
https://api.smart-api.info/
or
https://mygene.smart-api.info/
should be rendered without adding the extra "/ui/" to the URL, like this one below:
https://api.smart-api.info/ui/27a5b60716c3a401f2c021a5b718c5b1
The text was updated successfully, but these errors were encountered: