File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
app/modules/riot_integration/controllers Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 22
33module RiotIntegration
44 module Controllers
5- class RiotDataController < BaseController
5+ class RiotDataController < Api :: V1 :: BaseController
66 skip_before_action :authenticate_request! , only : %i[ champions champion_details items version ]
77
88 # GET /api/v1/riot-data/champions
Original file line number Diff line number Diff line change 1- databases :
2- - name : prostaff-db
3- databaseName : prostaff_api_production
4- user : prostaff_user
5- plan : free
1+
62
73
84services :
@@ -23,10 +19,7 @@ services:
2319 sync : false
2420 - key : CORS_ORIGINS
2521 value : https://prostaffgg.netlify.app,http://localhost:5173
26- - key : DATABASE_URL
27- fromDatabase :
28- name : prostaff-db
29- property : connectionString
22+
3023 - key : REDIS_URL
3124 fromService :
3225 type : redis
You can’t perform that action at this time.
0 commit comments