Skip to content

Commit

Permalink
added arc service worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Latkecrszy committed Jun 17, 2021
1 parent 5ba7d6d commit a94046f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,11 @@ def lesson():
return jsonify({"lesson": content, "code": code, "expected_output": expected_output, "name": request.args.get('name')})


@app.route("/arc-sw.js")
def arc():
return send_file("arc-sw.js")



if __name__ == '__main__':
app.run(port=5004)
1 change: 1 addition & 0 deletions arc-sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a94046f

Please sign in to comment.