Skip to content

Commit

Permalink
Use Cubox at home for API
Browse files Browse the repository at this point in the history
  • Loading branch information
Callum Barratt committed Apr 8, 2016
1 parent 7c22919 commit 8d5920f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/api.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Mix.Tasks.Api do
alias Callum.{Repo, Weight, Macro}

@myfitnesspal_endpoint "https://www.myfitnesspal.com/account/login"
@withings_endpoint "http://callum-rails-api.vdtapp.com/api/v1/weighins"
@withings_endpoint "http://home.barratt.me:4000/api/v1/weighins"
@macro_types ["calories", "carbs", "fat", "protein"]

@shortdoc "Import Macronutrient & Withings data from Rails API"
Expand Down

0 comments on commit 8d5920f

Please sign in to comment.