diff options
| author | Mitsuo Tokumori <[email protected]> | 2023-10-29 06:11:16 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2023-10-29 06:11:16 -0500 |
| commit | efee2a4a4a973c7d2d8b42525069df01b2797271 (patch) | |
| tree | dc865f808a991da0594f16bfbe2127331b050e9d /flaskr/__init__.py | |
| parent | cafc557c6820e1808b1e4cf71f58ff99b97ca545 (diff) | |
| download | ustayml-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__.py | 6 |
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 |
