Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Jan 15, 2025
1 parent 523856a commit 8b740db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/canyon-backend/src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ import { convertSystemSettingsFromTheDatabase } from "./utils/sys";
@Controller()
export class AppController {
constructor(private readonly prisma: PrismaService) {}
@Get("/api/vi/health")
@Get("api/vi/health")
async viHealth() {
return "230614";
}
@Get("vi/health")
async viHealth2() {
return "230614";
}

@Get("/api/gitprovider")
gitprovider() {
Expand Down

0 comments on commit 8b740db

Please sign in to comment.