get field

This commit is contained in:
Administrator
2022-08-25 11:45:48 +03:00
parent a2bb905def
commit 984441d033
2 changed files with 14 additions and 1 deletions

View File

@@ -26,5 +26,6 @@ urlpatterns = [
path('api/attend_game', views.attend_game),
path('api/place_ships', views.place_ships),
path('api/shoot', views.shoot),
path('api/check_field_correct', views.check_field_correct)
path('api/check_field_correct', views.check_field_correct),
path('api/get_field', views.get_field)
]