aboutsummaryrefslogtreecommitdiff
path: root/app/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/__init__.py')
-rwxr-xr-xapp/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/__init__.py b/app/__init__.py
index 0fd1fad..7beb17b 100755
--- a/app/__init__.py
+++ b/app/__init__.py
@@ -22,7 +22,7 @@ _gd = lambda *x: _path.relpath(_path.join(_path.dirname(__file__), *x))
app = _Flask('textout',
template_folder = _gd('templates'),
static_folder = _gd('static'), static_url_path = '/static')
-app.config['URL'] = 'https://textout.touhey.fr'
+app.config['URL'] = 'https://textout.touhey.org'
# Register the blueprints.