1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2024-11-24 08:12:13 +02:00
This commit is contained in:
MarkParker5 2021-02-27 01:38:58 +02:00
parent b1781f8709
commit 6df200d807

View File

@ -4,5 +4,5 @@ from . import views
urlpatterns = [
path('text', views.text, name = 'text'),
path('command', views.text, name = 'commands'),
path('command', views.commands, name = 'commands'),
]