Skip to content

Commit

Permalink
Update search.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
donywang922 authored Nov 24, 2023
1 parent 4c20d6b commit f70778e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify/functions/search.mts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type {Context} from "@netlify/functions"

export default async function search(req: Request, ctx: Context) {
let P_KEY = "sk-0LNN653568a6b58a62648"//env not working
let P_KEY = "sk-koJX6534658bd876d2628"//env not working

let form = await req.formData()
let q = form.get("q")
Expand Down

0 comments on commit f70778e

Please sign in to comment.