From c782df053392c50153e6a4aa32c3e8d42bbeacdb Mon Sep 17 00:00:00 2001 From: Nat Puch Date: Fri, 2 Apr 2021 00:10:50 +0200 Subject: [PATCH] Change IP address in API example. --- docs/docs/getting-started/api-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started/api-usage.md b/docs/docs/getting-started/api-usage.md index c83c2611b..b58fc485f 100644 --- a/docs/docs/getting-started/api-usage.md +++ b/docs/docs/getting-started/api-usage.md @@ -93,7 +93,7 @@ def import_from_file(input_file, token, mealie_url): input_file="list" mail="changeme@email.com" password="MyPassword" -mealie_url="http://192.168.0.44:5002" +mealie_url="http://localhost:9000" token = authentification(mail, password, mealie_url)