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 7352fe5 commit a5a1dcdCopy full SHA for a5a1dcd
server/chat-bot/chat-bot.controller.ts
@@ -1,7 +1,7 @@
1
import { Controller, Post, Req, Res } from "@nestjs/common";
2
import { ChatbotService } from "./chat-bot.service";
3
import type { Request, Response } from "express";
4
-import { AdminOnly } from "auth/decorators/auth.decorator";
+import { AdminOnly } from "../auth/decorators/auth.decorator";
5
6
@Controller()
7
export class ChatbotController {
0 commit comments