Update actions

This commit is contained in:
Fundor333
2026-01-28 16:26:44 +01:00
parent 61c5af4c04
commit 6a1dbdc772
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ on:
- main
workflow_dispatch:
jobs:
Anilist:
Appletune:
runs-on: ubuntu-latest
steps:
- name: Check out repository

View File

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