Skip to content

Commit

Permalink
point to new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
barnhill committed Jun 15, 2024
1 parent d286e7d commit f57bed7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import java.util.concurrent.TimeUnit
* Houses all the api calls to get data
*/
object FireflyAPI {
private const val BASE_URL = "https://firefly.pnuema.com/api/v1/"
private const val BASE_URL = "https://fireflyapi.pnuema.com/api/v1/"
private const val CACHE_FOLDER = "http-cache"
private const val HEADER_CACHE_CONTROL = "Cache-Control"
private const val CACHE_OFFLINE_DAYS = 365
Expand Down

0 comments on commit f57bed7

Please sign in to comment.