Skip to content

Commit

Permalink
[Fix] 🐛 Import File Path Error
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed Jun 15, 2024
1 parent 3b457bf commit ecd8918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1/vercel.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { bingapiChat, bingapiImage, bingapiModel, bingapiModels } from '../../cloudflare/bingapi.js'
import { bingapiChat, bingapiImage, bingapiModel, bingapiModels } from '../../cloudflare/src/bingapi.js'

export const config = {
runtime: 'edge',
Expand Down

0 comments on commit ecd8918

Please sign in to comment.