Add authentication #1
@@ -1,9 +1,11 @@
|
||||
package top.fatweb.api.controller
|
||||
|
||||
import io.swagger.v3.oas.annotations.Hidden
|
||||
import jakarta.servlet.http.HttpServletRequest
|
||||
import org.springframework.web.bind.annotation.RequestMapping
|
||||
import org.springframework.web.bind.annotation.RestController
|
||||
|
||||
@Hidden
|
||||
@RestController
|
||||
@RequestMapping("/error")
|
||||
class ExceptionController {
|
||||
|
||||
Reference in New Issue
Block a user