Update GuiHash and Backend hash to fix issues with routing

And fix an outdated comment
This commit is contained in:
Emma Broman
2025-06-18 17:14:46 +02:00
parent 1601e06f32
commit b6d3704439
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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>();