-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move all handlers to single api handler endpoint under cms (#194)
- Loading branch information
Showing
23 changed files
with
348 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
"@oberoncms/plugin-uploadthing": minor | ||
"create-oberon-app": minor | ||
"@oberoncms/plugin-flydrive": minor | ||
"@oberoncms/core": minor | ||
"@tohuhono/dev": minor | ||
"@oberon/playground": minor | ||
"@oberon/recipe-nextjs": minor | ||
--- | ||
|
||
Move all handlers to single api handler endpoint under cms |
3 changes: 0 additions & 3 deletions
3
apps/playground/app/(oberon)/api/auth/[...nextauth]/route.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import { handler } from "@/oberon/adapter" | ||
|
||
export const { GET, POST, PUT, PATCH, DELETE } = handler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.