rivet-gg / opengb

Open Game Backend: Open-source modular backend for all games and tools. Works with Godot, Unity, Unreal Engine, and HTML5.
https://opengb.dev
Apache License 2.0
71 stars 5 forks source link

Curl example in docs uses `https` #319

Open NathanFlurry opened 1 month ago

NathanFlurry commented 1 month ago

Example:

curl -X POST "https://localhost:8080/modules/auth/scripts/auth_email_passwordless/call" \
  -H "Content-Type: application/json" \
  -d '{
    "key": "value" // Your JSON payload here
  }'
linear[bot] commented 1 month ago

OGBE-135 Curl example in docs uses `https`