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 3fe97ca commit 2789214Copy full SHA for 2789214
1 file changed
app/controllers/api/v1/scouting/regions_controller.rb
@@ -16,6 +16,6 @@ def index
16
{ code: 'TR', name: 'Turkey', platform: 'TR1' }
17
]
18
19
- render_success({ regions: regions })
+ render_success(regions)
20
end
21
0 commit comments