Update actions

This commit is contained in:
Fundor333
2026-01-28 16:27:42 +01:00
parent 6a1dbdc772
commit ee5d635485

View File

@@ -1,6 +1,6 @@
import requests import requests
url_api = "http://localhost:8000/pantalone/genera-spese" url_api = "http://fundor333.com/pantalone/genera-spese"
# Call the API to generate expenses # Call the API to generate expenses
response = requests.get(url_api) response = requests.get(url_api)