Skip to content

Commit

Permalink
refactor : 오탈자 및 누락 속성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
donsonioc2010 committed Sep 16, 2023
1 parent 3d22ae6 commit e062339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Api/src/main/java/picasso/server/api/HomeController.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
public class HomeController {
@GetMapping("/")
public String index() {
return "/index";
return "index";
}
}
2 changes: 2 additions & 0 deletions Api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ spring:
devtools:
livereload:
enabled: true
server:
port: 8080


test-message : local-test
Expand Down

0 comments on commit e062339

Please sign in to comment.