check field correct

This commit is contained in:
Administrator
2022-08-23 23:45:40 +03:00
parent 1863b65138
commit 822d81677a
3 changed files with 50 additions and 1 deletions

View File

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