getapi commited on
Commit
8e02832
1 Parent(s): 11c5ea8

Update app.ts

Browse files
Files changed (1) hide show
  1. app.ts +1 -1
app.ts CHANGED
@@ -370,4 +370,4 @@ serve(async (req) => {
370
  status: 500,
371
  });
372
  }
373
- });
 
370
  status: 500,
371
  });
372
  }
373
+ }, { port: 7860 });