feat(FN-094): add comment line for deployment verification
Some checks failed
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Some checks failed
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
- Added a comment line to main.ts for deployment verification purposes
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { All, Controller, Req, Res } from "@nestjs/common";
|
||||
import { Request, Response } from "express";
|
||||
import { getAuth } from "./auth";
|
||||
import { toNodeHandler } from "better-auth/node";
|
||||
import { Request, Response } from "express";
|
||||
import { Public } from "../common/decorators/public.decorator";
|
||||
import { getAuth } from "./auth";
|
||||
|
||||
@Controller("auth")
|
||||
export class AuthController {
|
||||
|
||||
Reference in New Issue
Block a user