Runtime Error

FetchNoUrlProvided

No URL was provided to the @get() action. A valid URL must be provided as the first argument.

Example:

1<button data-on-click="@post('/endpoint')"></button>

See the docs for the @get() action.