Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit a83ea9a

Browse files
author
Noah Lee
authored
Add a new static file 'spinner.ico' (#251)
1 parent 27656de commit a83ea9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/server/router.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ func NewRouter(c *RouterConfig) *gin.Engine {
257257

258258
// Static files located at the 'ui/public' directory.
259259
r.StaticFile("/favicon.ico", "./favicon.ico")
260+
r.StaticFile("/spinner.ico", "./spinner.ico")
260261
r.StaticFile("/manifest.json", "./manifest.json")
261262
r.StaticFile("/robots.txt", "./robots.txt")
262263
r.StaticFile("/logo192.png", "./logo192.png")

0 commit comments

Comments
 (0)