We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cf8e7 commit 8969cb1Copy full SHA for 8969cb1
server.py
@@ -5,7 +5,7 @@
5
import json
6
import os
7
8
-PORT = 8000
+PORT = 3000
9
ALLOWED_FILES = {"test.json", "solution.json"} # ← add
10
11
class Handler(SimpleHTTPRequestHandler):
0 commit comments