stress-test-ay4vov

Powered by Butterbase

Your API

https://stress-test-ay4vov.butterbase.dev/v1/app_6ztqa3nv1lrz

Quick Start

// Fetch data from your app
const res = await fetch('https://stress-test-ay4vov.butterbase.dev/v1/app_6ztqa3nv1lrz/your_table');
const data = await res.json();
console.log(data);

Next Steps