Update tokenapi.sh

This commit is contained in:
Ben
2024-11-13 17:38:16 +01:00
committed by GitHub
parent 4ab9b77841
commit f5c3caf057
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
# URL of your Flask application
API_URL="http://localhost:5001"
API_URL="http://localhost:9596"
# Make a POST request to the /generate_token endpoint
response=$(curl -s -X POST "${API_URL}/generate_token")