ERROR418 commited on
Commit
c5b2aac
·
verified ·
1 Parent(s): c10af0f

Update main.ts

Browse files
Files changed (1) hide show
  1. main.ts +1 -1
main.ts CHANGED
@@ -796,4 +796,4 @@ async function handler(req: Request): Promise<Response> {
796
 
797
  // 启动服务器
798
  console.log(`Starting server on port ${PORT}...`);
799
- serve(handler, { port: PORT });
 
796
 
797
  // 启动服务器
798
  console.log(`Starting server on port ${PORT}...`);
799
+ serve(handler, { port: PORT });