orchestrator changes

This commit is contained in:
Ishaan Dey
2024-05-13 14:32:15 -07:00
parent aef8105bb0
commit eb629835d2
7 changed files with 879 additions and 4 deletions

View File

@ -52,7 +52,7 @@ export function addNew(name: string, type: "file" | "folder", setFiles: React.Di
export async function startServer(sandboxId: string, userId: string, callback: (success: boolean) => void) {
try {
const res = await fetch("http://localhost:4001/start", {
const res = await fetch("https://sylvan-epoch-422219-f9.uc.r.appspot.com/start", {
method: "POST",
headers: {
"Content-Type": "application/json",