|
@@ -1,5 +1,6 @@
|
|
|
-import type { PlatformRouter } from '@tsed/common';
|
|
|
|
|
-import { Controller } from '@tsed/common';
|
|
|
|
|
|
|
+/* eslint-disable @typescript-eslint/consistent-type-imports */
|
|
|
|
|
+import { Controller, PlatformRouter } from '@tsed/common';
|
|
|
|
|
+/* eslint-enable @typescript-eslint/consistent-type-imports */
|
|
|
import type { Request, Response } from 'express';
|
|
import type { Request, Response } from 'express';
|
|
|
|
|
|
|
|
const isOfficialMode = process.env.OFFICIAL_MODE === 'true';
|
|
const isOfficialMode = process.env.OFFICIAL_MODE === 'true';
|