Updated static files on backend
This commit is contained in:
parent
321109e064
commit
0a81bb8ea7
4 changed files with 22 additions and 3 deletions
|
|
@ -69,6 +69,8 @@ func connect() {
|
|||
// }))
|
||||
|
||||
router.StaticFile("/", "static/index.html")
|
||||
router.StaticFile("/esign.webp", "static/esign.webp")
|
||||
router.StaticFile("/favicon.png", "static/favicon.png")
|
||||
|
||||
// shield := "inquiry"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue