| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| PrivilegeController |
|
| 0.0;0 |
| 1 | package com.ctrip.apollo.adminservice.controller; | |
| 2 | ||
| 3 | import org.springframework.web.bind.annotation.RequestMapping; | |
| 4 | import org.springframework.web.bind.annotation.RestController; | |
| 5 | ||
| 6 | @RestController | |
| 7 | @RequestMapping("/privileges") | |
| 8 | 1 | public class PrivilegeController { |
| 9 | ||
| 10 | } |