|
@@ -9,7 +9,8 @@ import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
-@RestController("oauth")
|
|
|
+@RestController
|
|
|
+@RequestMapping("oauth")
|
|
|
public class OauthRestController {
|
|
|
|
|
|
@Autowired
|