Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 2a0d6ad

Browse files
authored
Merge pull request #27 from codewizardshq/landing
temporarily disable /landing -> / while challenge is running
2 parents 7359230 + 3e89053 commit 2a0d6ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodeChallenge/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ def send_assets(path):
8787
@app.route("/landing/<path:path>")
8888
def send_landing(path):
8989

90-
if core.current_rank() != -1:
91-
return redirect("/")
90+
# if core.current_rank() != -1:
91+
# return redirect("/")
9292

9393
if path:
9494
return send_from_directory("../landing/", path)

0 commit comments

Comments
 (0)