|
|
|
@ -5,13 +5,11 @@ import com.link.domain.Result; |
|
|
|
import com.link.domain.dto.NotRegisteredDTO; |
|
|
|
import com.link.service.NotRegisteredService; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
@RestController |
|
|
|
@RequestMapping("/toNotRegistered") |
|
|
|
@CrossOrigin |
|
|
|
public class NotRegisteredController { |
|
|
|
@Autowired |
|
|
|
private NotRegisteredService notRegisteredService; |
|
|
|
|