Skip to content

Commit

Permalink
attempt to fix cors error again....
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratchet7x5 committed Dec 12, 2024
1 parent dd5d13e commit e823293
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { middleware, errorHandler } from "supertokens-node/framework/express";
import userRoutes from "./routes/userRoutes";
import stripeRoutes from "./routes/stripeRoutes";
import eventRoutes from "./routes/execRoutes";

import { notFound } from "./middleware/errorMiddleware";

const app = express();
Expand Down

0 comments on commit e823293

Please sign in to comment.