mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
6 lines
111 B
Ruby
6 lines
111 B
Ruby
module Api
|
|
class IntegrationAuthorizationsController < ApplicationController
|
|
def create
|
|
end
|
|
end
|
|
end |