summaryrefslogtreecommitdiffstats
path: root/flaskr/__init__.py
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2023-10-29 06:11:16 -0500
committerMitsuo Tokumori <[email protected]>2023-10-29 06:11:16 -0500
commitefee2a4a4a973c7d2d8b42525069df01b2797271 (patch)
treedc865f808a991da0594f16bfbe2127331b050e9d /flaskr/__init__.py
parentcafc557c6820e1808b1e4cf71f58ff99b97ca545 (diff)
downloadustayml-efee2a4a4a973c7d2d8b42525069df01b2797271.tar.gz
ustayml-efee2a4a4a973c7d2d8b42525069df01b2797271.tar.bz2
ustayml-efee2a4a4a973c7d2d8b42525069df01b2797271.zip
Make truncate and add <abbr> to long titles
Diffstat (limited to 'flaskr/__init__.py')
-rw-r--r--flaskr/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/flaskr/__init__.py b/flaskr/__init__.py
index 3f068e8..f2a4584 100644
--- a/flaskr/__init__.py
+++ b/flaskr/__init__.py
@@ -24,9 +24,9 @@ def create_app(test_config=None):
pass
# Routes
- @app.route('/hello')
- def index():
- return 'Hello, World!'
+ # @app.route('/hello')
+ # def index():
+ # return 'Hello, World!'
# Register functions and blueprints
from . import db