mirror of
https://github.com/SrIzan10/hc-identity-vault.git
synced 2026-05-01 10:45:20 +00:00
7 lines
103 B
Ruby
7 lines
103 B
Ruby
module API
|
|
module External
|
|
class ApplicationController < ActionController::API
|
|
end
|
|
end
|
|
end
|