Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jul 9, 2024
1 parent 510e0fb commit 09b6a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/backend-adapters/server/src/effect-platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const cors = HttpMiddleware.make((app) =>

const router = HttpRouter.empty.pipe(
HttpRouter.get("/api", HttpServerResponse.text("Hello from Effect")),
// @ts-expect-error - FIXME!!!
HttpRouter.mount("/api/uploadthing", uploadthingRouter),
);

Expand Down

0 comments on commit 09b6a2c

Please sign in to comment.