This commit is contained in:
Administrator
2022-08-28 16:42:40 +03:00
parent b5fb630a3c
commit d86c05fbe0
2 changed files with 20 additions and 0 deletions

View File

@@ -27,4 +27,5 @@ urlpatterns = [
path('api/place_ships', views.place_ships),
path('api/shoot', views.shoot),
path('api/check_field_correct', views.check_field_correct),
path('api/get_fields', views.get_fields)
]