From 0b08d2b186be92f51c1f1b5ce4910c1dc7117aaf Mon Sep 17 00:00:00 2001 From: av-dev2 Date: Fri, 14 Aug 2026 14:42:00 +0300 Subject: [PATCH] chore: drop duplicate frontend website route rule (cherry picked from commit 7858e765d9b90f9ab58878349369a6f503c67e64) --- hms_tz/hooks.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hms_tz/hooks.py b/hms_tz/hooks.py index ea312997..20bf773c 100644 --- a/hms_tz/hooks.py +++ b/hms_tz/hooks.py @@ -332,4 +332,6 @@ # # auto_cancel_exempted_doctypes = ["Auto Repeat"] -website_route_rules = [{'from_route': '/frontend/', 'to_route': 'frontend'}, {'from_route': '/frontend/', 'to_route': 'frontend'},] \ No newline at end of file +website_route_rules = [ + {"from_route": "/frontend/", "to_route": "frontend"}, +]