New analytics feature (#2150)

* New analytics feature

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Fix eslint swaggerJsdoc

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
grégoire parant
2022-04-29 20:53:33 +02:00
committed by GitHub
parent 5e156ade74
commit 755ca93d49
16 changed files with 421 additions and 37 deletions
@@ -2,7 +2,6 @@ import { BaseHttpController } from "./BaseHttpController";
import * as fs from "fs";
import { ADMIN_URL } from "../Enum/EnvironmentVariable";
import SwaggerGenerator from "../Services/SwaggerGenerator";
import swaggerJsdoc from "swagger-jsdoc";
export class SwaggerController extends BaseHttpController {
routes() {