tobby48 5 years ago
parent
commit
2d0a263cc7

+ 1
- 0
src/main/java/kr/co/swh/lecture/opensource/project/sparkjava/Step2.java View File

69
 					}
69
 					}
70
 				}
70
 				}
71
 			}
71
 			}
72
+
72
 			attributes.put("message", result);
73
 			attributes.put("message", result);
73
 			return modelAndView(attributes, "news-cloud.ftl");
74
 			return modelAndView(attributes, "news-cloud.ftl");
74
 		}, new FreeMarkerTemplateEngine());
75
 		}, new FreeMarkerTemplateEngine());