mirror of
https://github.com/Benzauber/convert-commander.git
synced 2026-02-09 04:09:11 -06:00
Update tokenapi.sh
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user