mirror of
https://github.com/github/codeql.git
synced 2026-02-12 05:01:06 +01:00
JS: Add test with route.ts outside 'api'
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export async function GET(req: Request) {
|
||||
const url = req.url; // $ MISSING: Source
|
||||
return new Response(url, { headers: { "Content-Type": "text/html" } }); // $ MISSING: Alert
|
||||
}
|
||||
Reference in New Issue
Block a user