Skip to content

Commit

Permalink
v1.0.5 (#214)
Browse files Browse the repository at this point in the history
* feat: 백오피스용 API (#211)

* feat: 스페이스 개수 조회 API 작성

* feat: 회고 개수 조회 API 작성

* feat: 특정 스페이스 내 회고 개수 API 작성

* feat: 특정 기간 내에 진행된 회고 개수 스페이스 별로 보는 API

* fix: 파일 삭제

* chore: gradle-wrapper 추가 (#213)

* feat: 스페이스 개수 조회 API 작성

* feat: 회고 개수 조회 API 작성

* feat: 특정 스페이스 내 회고 개수 API 작성

* feat: 특정 기간 내에 진행된 회고 개수 스페이스 별로 보는 API

* fix: 파일 삭제

* fix: gradle-wrapper.properties 추가

* chore: Create gradle-wrapper.properties
  • Loading branch information
clean2001 authored Sep 9, 2024
1 parent c6953e5 commit 5dd3995
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# auth
layer-api/src/main/resources/application.yml

layer-api/src/main/resources/application-secret.properties

# q
layer-domain/src/main/generated/

Expand Down Expand Up @@ -42,7 +44,9 @@ out/

### VS Code ###
.vscode/
*.properties
#*.properties


*.sql

layer-domain/src/main/generated
Expand Down

0 comments on commit 5dd3995

Please sign in to comment.