We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3e236 commit 4084b5eCopy full SHA for 4084b5e
src/seo/seo.controller.ts
@@ -1,6 +1,6 @@
1
-import { Request, Response } from 'express';
+import { Response } from 'express';
2
import { SeoService } from 'omniboxd/seo/seo.service';
3
-import { Controller, Get, Param, Req, Res } from '@nestjs/common';
+import { Controller, Get, Param, Res } from '@nestjs/common';
4
import { Public } from 'omniboxd/auth/decorators/public.auth.decorator';
5
6
@Public()
0 commit comments