summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index ed48744..a414db5 100644
--- a/main.go
+++ b/main.go
@@ -116,6 +116,7 @@ func main() {
log.Println("Registering handlers")
http.HandleFunc("/{$}", handleIndex)
+ http.HandleFunc("/export", handleExport)
http.HandleFunc("/auth", handleAuth)
http.HandleFunc("/ws", handleWs)