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:40:52 +02:00
parent 85f570cd39
commit ecc93e5ac9

View File

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