migrate middlewares to entrypoint + refactor

This commit is contained in:
♥ Minnie ♥ 2024-11-28 22:24:27 +08:00
parent 205f85271b
commit 579bf1a5db
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
13 changed files with 45 additions and 48 deletions

View file

@ -31,9 +31,6 @@ in {
entryPoints = [
"websecure"
];
middlewares = [
"internal"
];
service = "lidarr";
};
};