Skip to content
Snippets Groups Projects
Commit 3167fa7b authored by Lennart Goedhart's avatar Lennart Goedhart
Browse files

Fix #17. Make the template for the REST API endpoint more relevant to the v1 API.

parent bf695777
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
android:title="API Base URL"
android:key="API Base URL"
android:dialogTitle="Enter Base API URL"
android:defaultValue="http://{YOUR-API-SERVER}/api"
android:defaultValue="{YOURAPISECRET}@https://{YOUR.NIGHTSCOUT.SITE}/api/v1/"
android:dialogMessage="This only the base URL, the uploader will automatically append /entries for the POST of CGM data and /gdentries for the POST of glucometer data values">
</EditTextPreference>
<info.nightscout.android.utils.CustomSwitchPreference
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment