mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-29 07:19:28 -05:00
Update GuiHash and Backend hash to fix issues with routing
And fix an outdated comment
This commit is contained in:
@@ -204,7 +204,7 @@ void CefWebGuiModule::internalInitialize(const ghoul::Dictionary& configuration)
|
||||
// We need this to make sure that the browser is reloaded
|
||||
// once the endpoint comes online, on OpenSpace startup.
|
||||
|
||||
// TODO: See if the hardcoded endpoint `frontend` below can be removed.
|
||||
// TODO: See if the hardcoded endpoint `gui` below can be removed.
|
||||
// Possible fix: Reload browser if cefwebgui is routed to localhost
|
||||
// and the same endpoint that just came online.
|
||||
WebGuiModule* webGuiModule = global::moduleEngine->module<WebGuiModule>();
|
||||
|
||||
Reference in New Issue
Block a user