4 lines
No EOL
97 B
TypeScript
4 lines
No EOL
97 B
TypeScript
export async function GET(request:Request) {
|
|
console.log('from the get token request')
|
|
|
|
} |