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

Commit

Permalink
Change getAuthBackends http method to GET.
Browse files Browse the repository at this point in the history
Fixes: #494
  • Loading branch information
Sam1301 committed May 5, 2017
1 parent 2058e6a commit 470ade3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Call<GetMessagesResponse> getMessages(@Query("anchor") String anchor,
@PUT("v1/users/me/pointer")
Call<ResponseBody> updatePointer(@Field("pointer") String pointer);

@POST("v1/get_auth_backends")
@GET("v1/get_auth_backends")
Call<ZulipBackendResponse> getAuthBackends();

@FormUrlEncoded
Expand Down

0 comments on commit 470ade3

Please sign in to comment.