Skip to content

Commit

Permalink
Reverted back some changes.| #2162
Browse files Browse the repository at this point in the history
  • Loading branch information
DenBond7 committed Jan 23, 2023
1 parent 69b7122 commit bf4b835
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ interface ApiService {
* @param body POJO model for requests
* @return [<]
*/
@POST(BuildConfig.API_URL + "help/feedback")
//@POST(BuildConfig.API_URL + "help/feedback")
//ref https://github.com/FlowCrypt/flowcrypt-android/pull/2171#discussion_r1084124018
@POST("https://flowcrypt.com/api/help/feedback")
suspend fun postHelpFeedback(@Body body: PostHelpFeedbackModel): Response<PostHelpFeedbackResponse>

/**
Expand Down

0 comments on commit bf4b835

Please sign in to comment.