Added proper favicon on backend
This commit is contained in:
parent
1849fc15c9
commit
73ac0ae2d1
3 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ func connect() {
|
|||
|
||||
router.StaticFile("/", "static/index.html")
|
||||
router.StaticFile("/esign.webp", "static/esign.webp")
|
||||
router.StaticFile("/favicon.png", "static/favicon.png")
|
||||
router.StaticFile("/favicon.ico", "static/favicon.ico")
|
||||
|
||||
// shield := "inquiry"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue