mirror of
https://github.com/spchcap/speech.capital.git
synced 2026-01-14 08:38:42 +00:00
Refactor: Add debug log for API key
This commit is contained in:
@@ -35,6 +35,9 @@ export async function onRequestGet({request,env}){
|
|||||||
|
|
||||||
export async function onRequestPost({request,env}){
|
export async function onRequestPost({request,env}){
|
||||||
try{
|
try{
|
||||||
|
// Temporarily log to check if the key is loaded. REMOVE THIS LATER.
|
||||||
|
console.log(`GOOGLE_KEY length: ${env.GOOGLE_KEY?.length}`);
|
||||||
|
|
||||||
const user=await auth(request,env.D1_SPCHCAP);
|
const user=await auth(request,env.D1_SPCHCAP);
|
||||||
if(!user)return json({error:'Unauthorized'},{status:401},request);
|
if(!user)return json({error:'Unauthorized'},{status:401},request);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user