Commit 5b743f85 authored by Zohten's avatar Zohten

minor change

parent d24004db
......@@ -48,7 +48,7 @@ class GameController extends Controller
}
/**
* (GET) Get a specific game in Game table based
* (GET) Get a specific game in Game table based on id
*
* @return Response
*/
......@@ -60,9 +60,9 @@ class GameController extends Controller
}
/**
* (POST) Add a new round in Round table
* (POST) Add a new game in Game table
*
* @param array $array array containing ID_GAME, PREVAILING_WIND ,SEED
* @param array $array array containing PRIVATE
* @return Response
*/
protected function newGame($array)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment