This commit is contained in:
Administrator
2022-08-26 08:56:32 +03:00
parent 984441d033
commit bad63330c5
2 changed files with 1 additions and 14 deletions

View File

@@ -27,5 +27,4 @@ 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_field', views.get_field)
]