Skip to content

Commit

Permalink
fix: add return to route
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed May 29, 2024
1 parent 13ce30a commit 55b9cd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/api/vault/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export async function GET() {
} catch (error) {
console.error("Error:", error);
}
return new Response("It Works!", { status: 200 });
}

// main();
Expand Down

0 comments on commit 55b9cd0

Please sign in to comment.