Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfdivyansh committed Jan 10, 2025
2 parents eeb42d2 + 1ddc062 commit b2086fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/app/v1/[[...route]]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import health from "./health";
import user from "./user";
import project from "./project";
import contributors from "./contributors";
import { cors} from "hono/cors"
import { cors } from "hono/cors";
import workspace from "./workspace";
import { Ratelimit } from "@upstash/ratelimit";
import { auth as Auth } from "@plura/auth";
Expand Down

0 comments on commit b2086fe

Please sign in to comment.