We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a071f7b commit 1522629Copy full SHA for 1522629
1 file changed
src/airflow/src/airflow_inference.py
@@ -7,7 +7,7 @@
7
API_TOKEN = os.getenv('API_TOKEN')
8
9
def call_ml_inference():
10
- url = f"{BASE_URL}/v1/test"
+ url = f"{BASE_URL}/test"
11
headers = {
12
'Authorization': f'Bearer {API_TOKEN}'
13
}
0 commit comments