mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-12 17:52:13 +02:00
Correct function name typo
This commit is contained in:
parent
12aeac009c
commit
c45168e3d5
@ -100,7 +100,7 @@ public class OtherWebController {
|
|||||||
|
|
||||||
@GetMapping("/unlock-pdf-forms")
|
@GetMapping("/unlock-pdf-forms")
|
||||||
@Hidden
|
@Hidden
|
||||||
public String unlockPDFFormsForm(Model model) {
|
public String unlockPDFForms(Model model) {
|
||||||
model.addAttribute("currentPage", "unlock-pdf-forms");
|
model.addAttribute("currentPage", "unlock-pdf-forms");
|
||||||
return "misc/unlock-pdf-forms";
|
return "misc/unlock-pdf-forms";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user