mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-02-04 18:06:48 +00:00
Refactor based on NextJS 13 Routing / Dir Layout
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
// A faulty API route to test Sentry's error monitoring
|
||||
export default function handler(_req, res) {
|
||||
throw new Error("Sentry Example API Route Error");
|
||||
res.status(200).json({ name: "John Doe" });
|
||||
}
|
||||
Reference in New Issue
Block a user