chore: document http query

This commit is contained in:
Ahmed Bouhuolia
2024-08-22 20:32:48 +02:00
parent 5749ccec81
commit d15fb6fe19
3 changed files with 8 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
import { Request, Response, NextFunction } from 'express';
import { Container } from 'typedi';
import { Request, Response, NextFunction } from 'express';
import SettingsStore from '@/services/Settings/SettingsStore';
export default async (req: Request, res: Response, next: NextFunction) => {