/laelith-vtt-functions-api

Laelith VTT api with Spring Cloud Functions

Primary LanguageKotlinMIT LicenseMIT

Laelith API with Spring Boot Functions

For local deployment for now. Run with:

./gradlew bootRun

GET roll with:

curl http://localhost:8080/roll/3d6

POST roll with:

curl -X POST --data '3d6' -H "Content-Type: text/plain"   http://localhost:8080/roll