mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-08 21:38:21 +00:00
Fixed template parameter name
This commit is contained in:
parent
05546202ff
commit
76b494f64a
@ -51,7 +51,7 @@ public class GlobalController {
|
|||||||
model.addAttribute("error", "Error");
|
model.addAttribute("error", "Error");
|
||||||
model.addAttribute("message", e.getMessage());
|
model.addAttribute("message", e.getMessage());
|
||||||
model.addAttribute("dbadmin_userConf", userConf);
|
model.addAttribute("dbadmin_userConf", userConf);
|
||||||
model.addAttribute("baseUrl", getBaseUrl());
|
model.addAttribute("dbadmin_baseUrl", getBaseUrl());
|
||||||
return "other/error";
|
return "other/error";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user