From f3359f4acbb3bd74b3dc4380c20fa9f690f69f0d Mon Sep 17 00:00:00 2001 From: Alexis Couvreur Date: Mon, 3 Oct 2022 19:28:22 +0000 Subject: [PATCH] Revert "fix(traefik): add "v2" to the import path" This reverts commit 3b946a1408d7907926d242143b5f9c29d2537df1. --- .traefik.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.traefik.yml b/.traefik.yml index 1f39da6..278ac42 100644 --- a/.traefik.yml +++ b/.traefik.yml @@ -2,7 +2,7 @@ displayName: Sablier type: middleware iconPath: ./docs/img/hourglass.png -import: github.com/acouvreur/sablier/v2/plugins/traefik +import: github.com/acouvreur/sablier/plugins/traefik summary: "Start your containers on demand, shut them down automatically when there's no activity. Docker, Docker Swarm Mode and Kubernetes compatible."