fix import path

This commit is contained in:
2021-06-23 13:13:52 -04:00
parent 0f406b38d1
commit f064ddb668
2 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ import (
// plug in Caddy modules here
_ "github.com/caddyserver/caddy/v2/modules/standard"
_ "git.teamworkapps.com/scs/caddy-webp"
_ "git.teamworkapps.com/shortcut/caddy-webp"
)
func main() {