diff options
author | Alexander_Kabui | 2024-09-17 15:00:04 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-09-17 15:00:04 +0300 |
commit | 282e863fe4dbd1b382d0e3c00ee7d1aa4b7a296c (patch) | |
tree | 91b20c7a3d59a8fa7c6cd802c399ffa01e476a62 /gn2 | |
parent | ecad301ec9a8316cc28c7639cd3773e3c20fd6d6 (diff) | |
download | genenetwork2-282e863fe4dbd1b382d0e3c00ee7d1aa4b7a296c.tar.gz |
Replace underscore with hyphen for gn docs url prefix.
Diffstat (limited to 'gn2')
-rw-r--r-- | gn2/wqflask/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/__init__.py b/gn2/wqflask/__init__.py index d959598d..af386317 100644 --- a/gn2/wqflask/__init__.py +++ b/gn2/wqflask/__init__.py @@ -110,7 +110,7 @@ app.jinja_env.globals.update( # Registering blueprints -app.register_blueprint(gn_docs_blueprint, url_prefix="/gn_docs") +app.register_blueprint(gn_docs_blueprint, url_prefix="/gn-docs") app.register_blueprint(glossary_blueprint, url_prefix="/glossary") app.register_blueprint(references_blueprint, url_prefix="/references") app.register_blueprint(links_blueprint, url_prefix="/links") |