Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[비밥] WAS 4단계 미션 제출합니다. #217

Open
wants to merge 6 commits into
base: pci2676
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs : 멀티모듈 요구사항 체크
pci2676 committed Nov 24, 2020
commit c49aa35a523f43ebcf122cc578669d265029a960
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -53,4 +53,4 @@

### 4단계
#### 요구사항
- [ ] 멀티모듈로 분리
- [x] 멀티모듈로 분리
1 change: 0 additions & 1 deletion web-server/src/main/java/server/web/view/ModelAndView.java
Original file line number Diff line number Diff line change
@@ -18,7 +18,6 @@ public static ModelAndView view(View view) {
}

public void render(HttpRequest httpRequest, HttpResponse httpResponse) {
//TODO: model이 비어잇으면?
view.render(model, httpRequest, httpResponse);
}
}