small changes

This commit is contained in:
joel 2021-01-16 18:55:10 +01:00
parent b1478b77b4
commit 1b6fd1cfdf
4 changed files with 24 additions and 10 deletions

View file

@ -2,15 +2,6 @@ import requests
import json
import os
API_URL = os.getenv("API_URL", "http://localhost:5000/")
API_URL_GET_POS = API_URL + "getPos"
API_URL_GET_OP = API_URL + "getOp"
API_URL_GET_GOAL = API_URL + "getGoal"
API_URL_GET_ITEMS = API_URL + "getItems"
import json
import os
API_URL = os.getenv("API_URL", "http://localhost:5000/") + "api/"
API_URL_GET_POS = API_URL + "getPos"
API_URL_GET_OP = API_URL + "getOp"