mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-03-15 05:33:52 +08:00
Add sponsored access and remove unused codes
This commit is contained in:
@@ -21,6 +21,11 @@ public class IndexController {
|
||||
return "/main/record";
|
||||
}
|
||||
|
||||
@GetMapping( "/sponsor")
|
||||
public String go2Sponsor(){
|
||||
return "/main/sponsor";
|
||||
}
|
||||
|
||||
@GetMapping( "/integrated")
|
||||
public String go2Integrated(){
|
||||
return "/main/integrated";
|
||||
@@ -28,7 +33,7 @@ public class IndexController {
|
||||
|
||||
@GetMapping( "/")
|
||||
public String root() {
|
||||
return "redirect:/main/index";
|
||||
return "/main/index";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user