diff options
Diffstat (limited to 'handlers.go')
| -rw-r--r-- | handlers.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/handlers.go b/handlers.go index 08486bf..4db3879 100644 --- a/handlers.go +++ b/handlers.go @@ -6,6 +6,7 @@ import ( ) func init() { + router.Handle("/", http.FileServer(http.Dir("frontend/public"))) router.HandleFunc("/api/version", version) } |
