1.8.0 landing_mover

This commit is contained in:
SDE
2024-11-12 20:05:07 +03:00
parent b22adac365
commit f5a084684a
3 changed files with 33 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ from .views import *
urlpatterns = [
path('', MainPage, name='main'),
path('mover_landing_page/', LandingMoverPage, name='mover_landing_page'),
path('page/<str:url>/', StaticPageView, name='static_page'),
path('test_code', test_code, name='test_code'),
path('generate_routes/<int:routes_count>/', generate_routes, name='generate_routes'),