/telegram/ redirect
This commit is contained in:
parent
113dd622b2
commit
29b99d2cd2
3 changed files with 8 additions and 2 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue