Skip to content

Commit

Permalink
handle base URL with or without trailing slash in non-root context (#212
Browse files Browse the repository at this point in the history
)
  • Loading branch information
djcooke authored Dec 13, 2024
1 parent 0ba1623 commit b08b021
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;

@Controller
@RequestMapping("/")
@Hidden
public class StatusController {
public static final ServerConfig SERVER_CONFIG = new ServerConfig() {
Expand Down

0 comments on commit b08b021

Please sign in to comment.