Resolve golint complaint

This commit is contained in:
Marc Brooks 2025-11-06 12:53:00 -06:00 committed by GitHub
parent 2a15715189
commit d9b91470a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

1
web.go
View File

@ -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