Skip to content

Commit

Permalink
s/v1/v2/
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Graff committed May 17, 2017
1 parent b7bd270 commit e4678fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@

public interface AtlasRemoteService {

@GET("/api/v1/fetch")
@GET("/api/v2/fetch")
AtlasResults fetch(@Query("q") String q, @Query("format") String format);
}

0 comments on commit e4678fd

Please sign in to comment.