Skip to content

Commit

Permalink
Merge pull request #74 from Team-B1ND/hotfix/72_out_going_param
Browse files Browse the repository at this point in the history
Out Going parameter 수정
  • Loading branch information
8954sood authored Jun 23, 2024
2 parents d52c008 + 93ea733 commit 81edfec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/ProjectProperties.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import org.gradle.api.JavaVersion

object ProjectProperties {
const val VERSION_CODE = 33
const val VERSION_NAME = "2.2.2"
const val VERSION_CODE = 34
const val VERSION_NAME = "2.2.3"

const val APPLICATION_ID = "kr.hs.dgsw.smartschool.dodamdodam_teacher"
const val NAME_SPACE_DOMAIN = "kr.hs.dgsw.smartschool.domain"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface OutService {

@GET(DodamUrl.Out.Outsleeping.GET_OUT_SLEEPING)
suspend fun getOutSleepingByDate(
@Query("date") date: String,
@Query("endAt") date: String,
): Response<List<OutResponse>>

@GET(DodamUrl.Out.Outsleeping.GET_OUT_SLEEPING_VALID)
Expand Down

0 comments on commit 81edfec

Please sign in to comment.