Skip to content

Commit

Permalink
fix path mediakit
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Mar 11, 2024
1 parent 6e5176c commit 0fd0a85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { SolidAuth } from "@solid-mediakit/auth";
import { authOptions } from "~/server/auth";
import { SolidAuth } from "../../../mediakit/auth/src/index";

export const { GET, POST } = SolidAuth(authOptions);

0 comments on commit 0fd0a85

Please sign in to comment.