summaryrefslogtreecommitdiff
path: root/service/pixelated/config/routes.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/pixelated/config/routes.py')
-rw-r--r--service/pixelated/config/routes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/config/routes.py b/service/pixelated/config/routes.py
index 6bad8a17..334119fc 100644
--- a/service/pixelated/config/routes.py
+++ b/service/pixelated/config/routes.py
@@ -23,4 +23,4 @@ def setup_routes(app, home_controller, mails_controller, tags_controller, featur
# attachments
app.route('/attachment/<attachment_id>', methods=['GET'])(attachments_controller.attachment)
# static
- app.route('/', methods=['GET'], branch=True)(home_controller.home) \ No newline at end of file
+ app.route('/', methods=['GET'], branch=True)(home_controller.home)