refactor: extract path logic to path.go and run go fmt on codebase
This commit is contained in:
@@ -132,7 +132,6 @@ func initPWARoutes(root *gin.RouterGroup) {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
func handleManifest(ctx *gin.Context) {
|
||||
staticFS := static.GetFS()
|
||||
if staticFS == nil {
|
||||
|
||||
Reference in New Issue
Block a user