Skip to content

Commit

Permalink
Feat: Chat-133-테스트 페이지 추가 (#10)
Browse files Browse the repository at this point in the history
* Feat: 테스트 페이지 추가

chat.html추가
UserController 리다이렉션 수정
gradle파일에 의존성 추가

* Chore : git ignore 재적용

* Feat : endpoint url test로 수정 & Key 공개 실수 force push

---------

Co-authored-by: nonaninona <[email protected]>
  • Loading branch information
Mouon and nonaninona authored Jan 7, 2024
1 parent dd266c8 commit 30cbbeb
Show file tree
Hide file tree
Showing 40 changed files with 206 additions and 1,006 deletions.
Binary file removed .gradle/.DS_Store
Binary file not shown.
Binary file removed .gradle/8.5/checksums/checksums.lock
Binary file not shown.
Binary file removed .gradle/8.5/checksums/md5-checksums.bin
Binary file not shown.
Binary file removed .gradle/8.5/checksums/sha1-checksums.bin
Binary file not shown.
Binary file not shown.
Empty file.
Binary file removed .gradle/8.5/fileChanges/last-build.bin
Binary file not shown.
Binary file removed .gradle/8.5/fileHashes/fileHashes.lock
Binary file not shown.
Empty file removed .gradle/8.5/gc.properties
Empty file.
Binary file removed .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 0 additions & 2 deletions .gradle/buildOutputCleanup/cache.properties

This file was deleted.

Empty file removed .gradle/vcs-1/gc.properties
Empty file.
111 changes: 0 additions & 111 deletions .gradle/workflows/gradle.yml

This file was deleted.

1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ repositories {
}

dependencies {
implementation 'org.json:json:20220320'
implementation 'org.springframework.boot:spring-boot-starter-web'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Loading

0 comments on commit 30cbbeb

Please sign in to comment.