Commit dd50a817 by guojuxing

免登录

parent 116ac6c8
......@@ -28,8 +28,8 @@ public class TapdConfigController {
private TapdConfigApiService tapdConfigApiService;
@HeaderSignIgnore
@RequestMapping(value = "/set-custom-field-rel")
@IgnoreLogin
@RequestMapping(value = "/set-custom-field-rel")
public RestResponse setTapdCustomFieldRelUdesk(String workspaceId) {
return ResultControllerUtils.commonResult(tapdConfigApiService.setTapdCustomFieldRelUdesk(workspaceId));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment