hongshi-files commited on
Commit
c82973a
·
verified ·
1 Parent(s): c518241

Update main.ts

Browse files
Files changed (1) hide show
  1. main.ts +1 -1
main.ts CHANGED
@@ -16,7 +16,7 @@ const codeAssist = await createCodeAssistContentGenerator(
16
  AuthType.LOGIN_WITH_GOOGLE_PERSONAL,
17
  );
18
 
19
- Deno.serve({ port: 7860 }, async (req) => { // 这里添加了端口号7860
20
  const pathname = new URL(req.url).pathname;
21
  const [model, action] = pathname
22
  .split("/")
 
16
  AuthType.LOGIN_WITH_GOOGLE_PERSONAL,
17
  );
18
 
19
+ Deno.serve(async (req) => {
20
  const pathname = new URL(req.url).pathname;
21
  const [model, action] = pathname
22
  .split("/")