Commit 76f32ac
Changed files (1)
app
controllers
oauth
app/controllers/oauth/controller.rb
@@ -1,7 +0,0 @@
-# frozen_string_literal: true
-
-module Oauth
- class Controller < ActionController::API
- include Api
- end
-end