forked from Gitlink/forgeplus
6 lines
96 B
Ruby
6 lines
96 B
Ruby
|
|
class Api::V1::UsersController < Api::V1::BaseController
|
||
|
|
|
||
|
|
def index
|
||
|
|
render_ok
|
||
|
|
end
|
||
|
|
end
|