Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 958e3e8

Browse files
Sam1301timabbott
authored andcommitted
Add missing @FormUrlEncoded annotation in ZulipServices interface
1 parent 6c47173 commit 958e3e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/zulip/android/service/ZulipServices.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Call<GetMessagesResponse> getMessages(@Query("anchor") String anchor,
4848
@POST("v1/fetch_api_key")
4949
Call<LoginResponse> login(@Field("username") String username, @Field("password") String password);
5050

51+
@FormUrlEncoded
5152
@POST("v1/dev_fetch_api_key")
5253
Call<LoginResponse> loginDEV(@Field("username") String username);
5354

0 commit comments

Comments
 (0)