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