Skip to content

Commit

Permalink
🐛 fix: fix txt-to-image api (lobehub#4264)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx authored Oct 5, 2024
1 parent d8afb46 commit d1ff4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/_url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const API_ENDPOINTS = mapWithBasePath({
trace: '/webapi/trace',

// image
images: '/webapi/api/text-to-image/openai',
images: '/webapi/text-to-image/openai',

// STT
stt: '/webapi/stt/openai',
Expand Down

0 comments on commit d1ff4ba

Please sign in to comment.