openvidu-server: fix /accept-certificate controller to return template

pull/630/head
pabloFuente 2021-06-02 22:33:02 +02:00
parent fd646bc2a2
commit 1aff994c8e
1 changed files with 2 additions and 2 deletions

View File

@ -17,12 +17,12 @@
package io.openvidu.server.rest;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
@RestController
@Controller
@CrossOrigin
@RequestMapping(RequestMappings.ACCEPT_CERTIFICATE)
public class CertificateRestController {