트래비스 장애 검토

This commit is contained in:
jinia91
2022-02-06 07:34:26 +09:00
parent c35a6a9349
commit 8a1082da72

View File

@@ -60,7 +60,6 @@ public class ArticleController {
model.addAttribute("articleDto", new ArticleForm());
return "article/articleWriteForm";
}
/*
- 아티클 작성 post 요청
*/