This commit is contained in:
Isaac Shoebottom 2024-10-18 17:10:40 -03:00
parent 5370f63fde
commit 5080010361

View File

@ -1,2 +1,2 @@
read -p "Enter admin password: " password
curl -X POST -u admin:$password -H "Content-Type: application/json" -d '{"useCount: 1}' https://shoebottom.ca/xrpc/com.atproto.server.createInviteCode
curl -X POST -u admin:$password -H "Content-Type: application/json" -d '{"useCount": 1}' https://shoebottom.ca/xrpc/com.atproto.server.createInviteCode