Skip to content

Commit

Permalink
endpoint url change
Browse files Browse the repository at this point in the history
  • Loading branch information
SooryaSoorya committed Apr 29, 2020
1 parent 3cc3adb commit 8209de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export class API_CONIG {
public static API_ENDPOINT = "http://www.omdbapi.com/";
public static API_ENDPOINT = "https://www.omdbapi.com/";
public static API_KEY = "f79aeba3";
}

Expand Down

0 comments on commit 8209de8

Please sign in to comment.