mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-17 23:50:13 +01:00
Move static web assets to /web dir
This commit is contained in:
parent
130429b10a
commit
41ce5a3b32
13 changed files with 1 additions and 1 deletions
|
|
@ -32,5 +32,5 @@ func runHTTPServer() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func getHandler() http.Handler {
|
func getHandler() http.Handler {
|
||||||
return http.FileServer(http.Dir("./pkg/dashboard/static"))
|
return http.FileServer(http.Dir("./web/static"))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Loading…
Add table
Add a link
Reference in a new issue