Skip to content

Commit

Permalink
Disable Inertia web
Browse files Browse the repository at this point in the history
Inertia web is not yet functional
  • Loading branch information
bobheadxi committed Apr 19, 2018
1 parent 7a1c544 commit 1a0e36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/inertia/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func run(host, port, version string) {
mux.HandleFunc("/", gitHubWebHookHandler)

// Inertia web
mux.Handle("/admin/", http.StripPrefix("/admin/", http.FileServer(http.Dir("/app/inertia-web"))))
// mux.Handle("/admin/", http.StripPrefix("/admin/", http.FileServer(http.Dir("/app/inertia-web"))))

// Serve daemon on port
println("Serving daemon on port " + port)
Expand Down

0 comments on commit 1a0e36b

Please sign in to comment.