completed SMS gateway project
This commit is contained in:
10
app/controllers/api/v1/gateway/base_controller.rb
Normal file
10
app/controllers/api/v1/gateway/base_controller.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
module Api
|
||||
module V1
|
||||
module Gateway
|
||||
class BaseController < ApplicationController
|
||||
include ApiAuthenticatable
|
||||
include RateLimitable
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user