Skip to content

Commit

Permalink
- Code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaomwakuni committed Jul 5, 2024
1 parent cec411d commit bf6bb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/dev/mkao/weaver/data/remote/NewsApi.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface NewsApi {
): NewsApiResponse

companion object{
const val API_KEY = "2d8537ffd9a94e55b63b570ff2674a3a"
const val API_KEY = "ADD YOUR API KEY HERE"
const val BASE_URL = "https://newsapi.org/v2/"
}
}

0 comments on commit bf6bb49

Please sign in to comment.