Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Update Constants.java
Browse files Browse the repository at this point in the history
  • Loading branch information
anujd64 authored Oct 16, 2022
1 parent c74a2d0 commit a48ec48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ public class Constants {
public static final String TMDB_GET_REQUEST_BASE_URL ="https://api.themoviedb.org/3/search/movie?api_key=";
public static final String TMDB_IMAGE_BASE_URL = "https://image.tmdb.org/t/p/w500";
public static final String TMDB_BACKDROP_IMAGE_BASE_URL = "https://image.tmdb.org/t/p/w780";
public static final String TMDB_API_KEY = "217ce3fcf08148e1ff9d398fae76d861";
public static final String TMDB_API_KEY = "";

}

0 comments on commit a48ec48

Please sign in to comment.