|
@@ -9,6 +9,7 @@ import org.springframework.web.bind.annotation.GetMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.stereotype.Controller;
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
|
|
|
/**
|
|
@@ -18,7 +19,7 @@ import org.springframework.web.bind.annotation.RequestParam;
|
|
|
*
|
|
|
* @since 2022-04-29
|
|
|
*/
|
|
|
-@Controller
|
|
|
+@RestController
|
|
|
@RequestMapping("/sysTenant")
|
|
|
public class SysTenantController {
|
|
|
|