aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-06-24 08:44:22 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-06-24 08:44:22 +0200
commit9cd06c95eba491bce1a60f7d1b2fef320aec1124 (patch)
tree728b48b066bceda167d8d5b57e92d720766ba6eb /main.go
parent793cb2d3c20d47f3a74f385c4b9aeadf2e2297b0 (diff)
downloadguichet-9cd06c95eba491bce1a60f7d1b2fef320aec1124.tar.gz
guichet-9cd06c95eba491bce1a60f7d1b2fef320aec1124.zip
don't display the global key anymore
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index 39c7f08..e1b0eb8 100644
--- a/main.go
+++ b/main.go
@@ -159,7 +159,6 @@ func server(args []string) {
r.HandleFunc("/website", handleWebsiteList)
r.HandleFunc("/website/new", handleWebsiteNew)
- r.HandleFunc("/website/configure", handleWebsiteConfigure)
r.HandleFunc("/website/inspect/{bucket}", handleWebsiteInspect)
r.HandleFunc("/website/vhost/{bucket}", handleWebsiteVhost)