瀏覽代碼

port 3005 default

hmt 4 年之前
父節點
當前提交
6e52cedded
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mod.ts

+ 1 - 1
mod.ts

@@ -1,7 +1,7 @@
 import app from "./app.ts";
 import app from "./app.ts";
 
 
 // Get the PORT from the environment variables and store in Opine.
 // Get the PORT from the environment variables and store in Opine.
-const port = parseInt(Deno.env.get("PORT") ?? "3000");
+const port = parseInt(Deno.env.get("PORT") ?? "3005");
 app.set("port", port);
 app.set("port", port);
 
 
 // Get the DENO_ENV from the environment variables and store in Opine.
 // Get the DENO_ENV from the environment variables and store in Opine.