Skip to content

Commit a5a1dcd

Browse files
fix: import path
1 parent 7352fe5 commit a5a1dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/chat-bot/chat-bot.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Controller, Post, Req, Res } from "@nestjs/common";
22
import { ChatbotService } from "./chat-bot.service";
33
import type { Request, Response } from "express";
4-
import { AdminOnly } from "auth/decorators/auth.decorator";
4+
import { AdminOnly } from "../auth/decorators/auth.decorator";
55

66
@Controller()
77
export class ChatbotController {

0 commit comments

Comments
 (0)