Skip to content

Commit 88a3efa

Browse files
author
danil-nizamov
committed
updated port
1 parent 4a30e70 commit 88a3efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import json
66
import os
77

8-
PORT = 8000
8+
PORT = 3000
99
ALLOWED_FILES = {"test.json", "solution.json"}
1010

1111
class Handler(SimpleHTTPRequestHandler):

0 commit comments

Comments
 (0)