Skip to content

Commit

Permalink
fix : 롤백
Browse files Browse the repository at this point in the history
  • Loading branch information
adorahelen committed Nov 30, 2024
1 parent 2c9696d commit 7da3b51
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 569 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ dependencies {
// Logging
implementation 'org.springframework.boot:spring-boot-starter-logging'

implementation 'mysql:mysql-connector-java:8.0.29'



// H2 데이터베이스 의존성
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public class ChatView {

@GetMapping("/chatgpt")
public String index() {
return "chatgpt";
return "chat/chatgpt";
}
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7da3b51

Please sign in to comment.