Project import from github
This commit is contained in:
commit
0add58254d
179 changed files with 23756 additions and 0 deletions
5
server/api/[...auth].ts
Normal file
5
server/api/[...auth].ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { auth } from "~~/shared/utils/auth";
|
||||
|
||||
export default defineEventHandler((event) => {
|
||||
return auth.handler(toWebRequest(event));
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue