notebook/app/controllers/api/integration_authorizations_controller.rb
2020-03-02 23:10:26 -06:00

6 lines
111 B
Ruby

module Api
class IntegrationAuthorizationsController < ApplicationController
def create
end
end
end