Skip to content

Commit

Permalink
update production url
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Huttner authored and Aaron Huttner committed Sep 7, 2016
1 parent 2fc6c5d commit cee26a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
library = true
)
public final class ApiModule {
public static final HttpUrl PRODUCTION_API_URL = HttpUrl.parse("https://rocky.rockthevote.com/api/v3/");
public static final HttpUrl PRODUCTION_API_URL = HttpUrl.parse("https://vr.rockthevote.com/api/v3/");

@Provides @Singleton HttpUrl provideBaseUrl() {
return PRODUCTION_API_URL;
Expand Down

0 comments on commit cee26a5

Please sign in to comment.