Skip to content

Commit

Permalink
fix: database migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
riipandi committed Feb 13, 2024
1 parent 498cdd5 commit d14db97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { jwtMiddleware } from "@/http/middleware/jwt";
import { validateJsonRequest } from "@/http/request";
import { LoginRequestSchema } from "@/http/validator/auth";

import { apiRootHandler, healthCheckHandler } from "@/http/handler/root";
import * as authHandler from "@/http/handler/auth";
import { apiRootHandler, healthCheckHandler } from "@/http/handler/root";
import * as userHandler from "@/http/handler/user";

const corsMiddleware = cors({
Expand Down

0 comments on commit d14db97

Please sign in to comment.