From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 7 Nov 2020 18:34:20 +0000 (+0100)
Subject: Change default web path.
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bprefix%7D%7D/static/%7Broute%7D?a=commitdiff_plain;h=2b6f99d4d79d24e5b54effb12a309b786dd3679c;p=guiltcards

Change default web path.
---

diff --git a/guiltcards.py b/guiltcards.py
index 8bf3cb4..92cd49b 100755
--- a/guiltcards.py
+++ b/guiltcards.py
@@ -3,8 +3,7 @@ from bottle import debug, run, default_app, get, view, request, post, redirect
 import os
 import json
 
-web_path = ''
-#web_path = '/guiltcards'
+web_path = '/guiltcards'
 cards_dir = 'cards/'
 
 def get_card_data(card_id):