mod: добавлен сервис пересчета рейтинга

This commit is contained in:
2026-04-16 21:15:19 +03:00
parent 67a8c093f5
commit 49c19d9f92
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -98,6 +98,7 @@ urlpatterns = [
re_path(r'^service/not-denice[/*]$', service.not_denice),
# --- создание файлов sitemap.xml
re_path(r'^service/make_sitemaps[/*]$', service.make_site_maps),
re_path(r'^service/make_rating[/*]$', service.make_rating),
]