Manager: serve favicons at root web URL
This commit is contained in:
parent
26867c4b96
commit
c613c1993a
@ -306,6 +306,9 @@ func buildWebService(
|
||||
|
||||
// Serve the Blender add-on. It's contained in the static files of the webapp.
|
||||
e.GET("/flamenco3-addon.zip", echo.WrapHandler(webAppHandler))
|
||||
// The favicons are also in the static files of the webapp.
|
||||
e.GET("/favicon.png", echo.WrapHandler(webAppHandler))
|
||||
e.GET("/favicon.ico", echo.WrapHandler(webAppHandler))
|
||||
|
||||
// Redirect / to the webapp.
|
||||
e.GET("/", func(c echo.Context) error {
|
||||
|
Loading…
x
Reference in New Issue
Block a user