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
However I have want to mount to router.Mount("/ui", h). That doesn't work and I'm wondering if its even possible or is there parts that expect to be absolute to the root path. Any guidance would be wonderful.
The text was updated successfully, but these errors were encountered:
The returned handler expects to serve resources from "/". If it will instead be handling a sub-path (e.g. handling "/rpc-ui/") then use http.StripPrefix.
Can embed grpcui in a server and its working great via
However I have want to mount to
router.Mount("/ui", h)
. That doesn't work and I'm wondering if its even possible or is there parts that expect to be absolute to the root path. Any guidance would be wonderful.The text was updated successfully, but these errors were encountered: