Skip to content

Commit

Permalink
release v0.3.7: support experimental poekmon shared
Browse files Browse the repository at this point in the history
  • Loading branch information
moeakwak committed Jun 1, 2024
1 parent 5937f58 commit 3c6552f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easy-panel",
"version": "0.3.6",
"version": "0.3.7",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ const handler = async (req: NextRequest, { params }: { params: { instanceId: str
return await router.fetch(req);
};

export { handler as GET, handler as POST, handler as PATCH, handler as CREATE, handler as DELETE };
export { handler as GET, handler as POST, handler as PATCH, handler as DELETE, handler as OPTIONS };

0 comments on commit 3c6552f

Please sign in to comment.