mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
6 lines
96 B
Ruby
6 lines
96 B
Ruby
class Api::V1::UsersController < Api::V1::BaseController
|
|
|
|
def index
|
|
render_ok
|
|
end
|
|
end |