mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: fix /accept-certificate controller to return template
parent
fd646bc2a2
commit
1aff994c8e
|
@ -17,12 +17,12 @@
|
||||||
|
|
||||||
package io.openvidu.server.rest;
|
package io.openvidu.server.rest;
|
||||||
|
|
||||||
|
import org.springframework.stereotype.Controller;
|
||||||
import org.springframework.web.bind.annotation.CrossOrigin;
|
import org.springframework.web.bind.annotation.CrossOrigin;
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
import org.springframework.web.bind.annotation.RequestMethod;
|
import org.springframework.web.bind.annotation.RequestMethod;
|
||||||
import org.springframework.web.bind.annotation.RestController;
|
|
||||||
|
|
||||||
@RestController
|
@Controller
|
||||||
@CrossOrigin
|
@CrossOrigin
|
||||||
@RequestMapping(RequestMappings.ACCEPT_CERTIFICATE)
|
@RequestMapping(RequestMappings.ACCEPT_CERTIFICATE)
|
||||||
public class CertificateRestController {
|
public class CertificateRestController {
|
||||||
|
|
Loading…
Reference in New Issue