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