Skip to content

Commit

Permalink
Update server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ded Security authored Dec 5, 2020
1 parent 1178501 commit 565bf6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { serve } from "https://deno.land/std/http/server.ts";

const s = serve({ port: 5000 });
const s = serve({ port: 8000 });

console.log('Listening to port 5000 on http://localhost:5000');
console.log('HTTP server listening on http://localhost:8000');

for await (const req of s) {

Expand Down

0 comments on commit 565bf6c

Please sign in to comment.