mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 16:28:21 +00:00
6 lines
103 B
Ruby
6 lines
103 B
Ruby
module API
|
|
module External
|
|
class ApplicationController < ActionController::API
|
|
end
|
|
end
|
|
end
|