Skip to content

Commit

Permalink
chore: update to use v2 config
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalaber committed Aug 21, 2024
1 parent 6922acb commit ab6b840
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public interface IDevCycleApi {
* @return Call<ProjectConfig>
*/
@Headers({"Content-Type:application/json"})
@GET("config/v1/server/{sdkToken}.json")
@GET("config/v2/server/{sdkToken}.json")
Call<ProjectConfig> getConfig(@Path("sdkToken") String sdkToken, @Header("If-None-Match") String etag, @Header("If-Modified-Since") String lastModified);

/**
Expand Down

0 comments on commit ab6b840

Please sign in to comment.