mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-28 16:42:30 +00:00
using DEMO token
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
|
||||
XTOKEN=$1
|
||||
if [ -z $XTOKEN ]; then
|
||||
echo "missing api key parameter"
|
||||
exit
|
||||
echo "The API token is missing, assuming the DEMO API token"
|
||||
XTOKEN="DEMO"
|
||||
fi
|
||||
|
||||
DATABUNKER="http://localhost:3000"
|
||||
|
||||
RESULT=`curl -s $DATABUNKER/v1/pactivity/share-data-with-sms-provider -XPOST \
|
||||
|
||||
Reference in New Issue
Block a user