Newer
Older
import {PrometheusController} from "./Controller/PrometheusController";
David Négrier
committed
import {DebugController} from "./Controller/DebugController";
public prometheusController: PrometheusController;
private debugController: DebugController;
this.prometheusController = new PrometheusController(this.app);
this.debugController = new DebugController(this.app);