mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: env variable for text-to-diagram and use frozen lock file when install deps in excalidraw-app (#7409)
This commit is contained in:
parent
f14ad61bd0
commit
b7d7ccc929
2 changed files with 2 additions and 2 deletions
|
@ -780,7 +780,7 @@ const ExcalidrawWrapper = () => {
|
|||
try {
|
||||
const response = await fetch(
|
||||
`${
|
||||
import.meta.env.VITE_APP_GIT_SHA
|
||||
import.meta.env.VITE_APP_AI_BACKEND
|
||||
}/v1/ai/text-to-diagram/generate`,
|
||||
{
|
||||
method: "POST",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue