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 12b5273 commit 8b617a8Copy full SHA for 8b617a8
1 file changed
app/modules/competitive/controllers/pro_matches_controller.rb
@@ -1,7 +1,6 @@
1
-module Api
2
- module V1
3
- module Competitive
4
- class ProMatchesController < Api::V1::BaseController
+module Competitive
+ module Controllers
+ class ProMatchesController < Api::V1::BaseController
5
before_action :set_pandascore_service
6
7
# GET /api/v1/competitive/pro-matches
@@ -204,4 +203,3 @@ def import_match_to_database(match_data)
204
203
end
205
206
207
-end
0 commit comments