Skip to content

Commit 8e50ce0

Browse files
authored
fix(/security/standards/pci-dss): blogs are not rendering (#16050)
1 parent 1b3ddcd commit 8e50ce0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

webapp/app.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,6 +1422,9 @@ def render_security_pci_dds_blogs():
14221422
)
14231423

14241424

1425+
app.add_url_rule(
1426+
"/security/standards/pci-dss", view_func=render_security_pci_dds_blogs
1427+
)
14251428
app.add_url_rule("/security/pci-dss", view_func=render_security_pci_dds_blogs)
14261429

14271430

0 commit comments

Comments
 (0)