Skip to content

Commit

Permalink
Merge pull request #22 from zakoraa/development-2
Browse files Browse the repository at this point in the history
change API URL
  • Loading branch information
zakoraa authored Dec 13, 2024
2 parents e40f332 + b860ee2 commit 4db2600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
buildConfigField(
"String",
"BASE_URL",
"\"https://model-nutrigoal-usbd2ygyiq-as.a.run.app/\""
"\"https://nutrigoal-cc-usbd2ygyiq-et.a.run.app/\""
)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import retrofit2.http.Body
import retrofit2.http.POST

interface SurveyService {
@POST("predictjson")
@POST("predict")
suspend fun getSurveyResult(
@Body request: SurveyRequest
): SurveyResponse
Expand Down

0 comments on commit 4db2600

Please sign in to comment.