oops
All checks were successful
Publish Docker Image / docker (push) Successful in 1m32s

This commit is contained in:
Lee
2025-02-07 23:00:02 +00:00
parent da1030c960
commit b6bd431c40

View File

@ -2,7 +2,7 @@ from command.command import Command
from traefik.traefikConfig import TraefikConfig
from utils.dockerUtils import restartTraefik
class AddCommand(Command):
class AddCatchAllCommand(Command):
def __init__(self):
super().__init__("add-catch-all", "Add a catch all domain", "add-catch-all <name> <domain> <service host>")