We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d04e33 commit 5d047fcCopy full SHA for 5d047fc
app.rb
@@ -43,6 +43,7 @@
43
44
game = Game.create(difficulty: data["difficulty"].to_i, state: "new")
45
46
+ status 201
47
json(game)
48
end
49
0 commit comments