Skip to content
This repository was archived by the owner on Oct 27, 2024. It is now read-only.

Commit ebbeccc

Browse files
author
Ashwini Kumar
committed
Removed key
1 parent 3aea19c commit ebbeccc

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/com/esoxjem/movieguide

1 file changed

+1
-1
lines changed

app/src/main/java/com/esoxjem/movieguide/Api.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
public class Api
77
{
8-
public static final String API_KEY = "eca1e53518090eb02f1180ab48607705"; // add your API key here
8+
public static final String API_KEY = ""; // add your API key here
99
public static final String POSTER_PATH = "http://image.tmdb.org/t/p/w342";
1010
public static final String BACKDROP_PATH = "http://image.tmdb.org/t/p/w780";
1111
public static final String YOUTUBE_VIDEO_URL = "http://www.youtube.com/watch?v=%1$s";

0 commit comments

Comments
 (0)