Files
sx-fc/app/controllers/api/authenticate_controller.rb
2017-04-03 21:26:22 +06:30

10 lines
104 B
Ruby

class Api::AuthenticateController < ActionController::API
def create
end
def destroy
end
end