AssignmentController.java 248 B

123456789
  1. package nju.seec.SEECdemo.web.controller;
  2. import org.springframework.web.bind.annotation.RequestMapping;
  3. import org.springframework.web.bind.annotation.RestController;
  4. @RestController
  5. @RequestMapping("/api")
  6. public class AssignmentController {
  7. }