diff --git a/app/src/main/java/com/codepath/bestsellerlistapp/networking/NYTimesApiClient.kt b/app/src/main/java/com/codepath/bestsellerlistapp/networking/NYTimesApiClient.kt
index 211dd01..ca195a1 100644
--- a/app/src/main/java/com/codepath/bestsellerlistapp/networking/NYTimesApiClient.kt
+++ b/app/src/main/java/com/codepath/bestsellerlistapp/networking/NYTimesApiClient.kt
@@ -20,7 +20,7 @@ import retrofit2.converter.gson.GsonConverterFactory
* after copy and paste the API key under your Account -> Apps -> -> API Keys
*/
// TODO: Replace the below API key with your own generated key
-private const val API_KEY = ""
+private const val API_KEY = "GaqtpRcmizMcmaIS4Qujj0H8OXgZfjQL"
class NYTimesApiClient {
private val nyTimesService: NYTimesService