/telegram/ redirect

This commit is contained in:
j 2023-09-23 17:27:24 +02:00
commit 29b99d2cd2
3 changed files with 8 additions and 2 deletions

View file

@ -27,6 +27,7 @@ urlpatterns = [
path('robots.txt', views.robots_txt, name='robots_txt'),
path('sitemap.xml', views.sitemap_xml, name='sitemap_xml'),
path('atom.xml', item_views.atom_xml, name='atom_xml'),
path('telegram/', views.telegram, name='telegram'),
path('login/', user_views.login, name='login'),
path('logout/', user_views.logout, name='logout'),
path('register/', user_views.register, name='register'),