Skip to content

Commit 8969cb1

Browse files
author
danil-nizamov
committed
port
1 parent 15cf8e7 commit 8969cb1

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"} # ← add
1010

1111
class Handler(SimpleHTTPRequestHandler):

0 commit comments

Comments
 (0)