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
{{ message }}
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.
One discussion today was the possibility of just using /api/v1 as the basepath. Because the UI is hosted on the same port as the API it should be able to resolve, as the browser will use the same base URL.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Idea would be to use something like the
window.env
and write theBUBBLY_API
to there.Then access this using some js, e.g.:
Right now the static files are hosted with Go using
go:embed
and one open question is how to add to thewindow.env
using embedded files.The text was updated successfully, but these errors were encountered: