aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/main.go')
-rw-r--r--cmd/web/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/web/main.go b/cmd/web/main.go
index a16f15f..d926a20 100644
--- a/cmd/web/main.go
+++ b/cmd/web/main.go
@@ -155,6 +155,7 @@ func main() {
r.HandleFunc("/download/{game}", gameDownloader)
r.HandleFunc("/status", statsHandler)
r.HandleFunc("/style.css", cssHandler)
+ r.HandleFunc("/main.js", jsHandler)
r.HandleFunc("/", index)
s := http.Server{