projects
/
VSCPweb
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf04f9e
)
Some minor cleaning as usual
author
Josué Rodríguez
<jrpc@google.com>
Thu, 20 Jul 2023 22:57:47 +0000
(22:57 +0000)
committer
Josué Rodríguez
<jrpc@google.com>
Thu, 20 Jul 2023 22:57:47 +0000
(22:57 +0000)
vscpweb.go
patch
|
blob
|
history
diff --git
a/vscpweb.go
b/vscpweb.go
index 69dc1d10d10a46867f4495dfe3bd2d54fbd998d7..a977ad8f10652aca5689b474aa8cc3af42d00424 100644
(file)
--- a/
vscpweb.go
+++ b/
vscpweb.go
@@
-8,15
+8,16
@@
import (
"net/http"
hh "healthHandlers"
+ mh "managementHandlers"
+ vh "virtualAPIHandlers"
+ ch "controllerHandlers"
+ sh "staticHandlers"
"github.com/go-chi/chi/v5"
"github.com/go-chi/chi/v5/middleware"
)
-// mh "managementHandlers"
-// sh "staticHandlers"
-// vh "virtualAPIHandlers"
-// ch "controllerHandlers"
+
func main() {
//create a new server and mount the handlers:
s := CreateNewServer()