调整nps用户调研接口,需要登录
This commit is contained in:
parent
0a79950046
commit
32a9d762d8
|
@ -1,5 +1,7 @@
|
|||
class NpsController < ApplicationController
|
||||
|
||||
before_action :require_login
|
||||
|
||||
# close,关闭
|
||||
# createIssue,创建issue
|
||||
# createPullRequest,创建PR
|
||||
|
|
Loading…
Reference in New Issue