Skip to content

Commit 1522629

Browse files
committed
fix: endpoint url for testing
1 parent a071f7b commit 1522629

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/airflow/src/airflow_inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
API_TOKEN = os.getenv('API_TOKEN')
88

99
def call_ml_inference():
10-
url = f"{BASE_URL}/v1/test"
10+
url = f"{BASE_URL}/test"
1111
headers = {
1212
'Authorization': f'Bearer {API_TOKEN}'
1313
}

0 commit comments

Comments
 (0)