Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang committed Dec 18, 2023
1 parent 64e2b8a commit 74a8b0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/canyon-backend/src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { PrismaService } from './prisma/prisma.service';
@Controller()
export class AppController {
constructor(private readonly prismaService: PrismaService) {}

// 健康检查
@Get('/vi/health')
getHello(): string {
Expand Down

0 comments on commit 74a8b0d

Please sign in to comment.