|
@@ -10,15 +10,15 @@ public class HomeController {
|
|
|
return "redirect:login/staff";
|
|
|
}
|
|
|
|
|
|
- @RequestMapping("/store/download_dev.html")
|
|
|
- public String downLoadDev() {
|
|
|
- return "/common/download_dev";
|
|
|
- }
|
|
|
-
|
|
|
- @RequestMapping("/store/download.html")
|
|
|
- public String downLoad() {
|
|
|
- return "/common/download";
|
|
|
- }
|
|
|
+// @RequestMapping("/store/download_dev.html")
|
|
|
+// public String downLoadDev() {
|
|
|
+// return "/common/download_dev";
|
|
|
+// }
|
|
|
+//
|
|
|
+// @RequestMapping("/store/download.html")
|
|
|
+// public String downLoad() {
|
|
|
+// return "/common/download";
|
|
|
+// }
|
|
|
|
|
|
// 의료진 웹 메뉴얼 다운로드
|
|
|
@RequestMapping("/store/manual/staff")
|