Explorar o código

port 3005 default

hmt %!s(int64=4) %!d(string=hai) anos
pai
achega
6e52cedded
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mod.ts

+ 1 - 1
mod.ts

@@ -1,7 +1,7 @@
 import app from "./app.ts";
 
 // 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);
 
 // Get the DENO_ENV from the environment variables and store in Opine.