mirror of https://github.com/jetkvm/kvm.git
Resolve golint complaint
This commit is contained in:
parent
2a15715189
commit
d9b91470a2
1
web.go
1
web.go
|
|
@ -187,7 +187,6 @@ func setupRouter() *gin.Engine {
|
||||||
protected.POST("/storage/upload", handleUploadHttp)
|
protected.POST("/storage/upload", handleUploadHttp)
|
||||||
|
|
||||||
protected.POST("/device/send-wol/:mac-addr", handleSendWOLMagicPacket)
|
protected.POST("/device/send-wol/:mac-addr", handleSendWOLMagicPacket)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Catch-all route for SPA
|
// Catch-all route for SPA
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue