stress-test-1f2079

Powered by Butterbase

Your API

https://stress-test-1f2079.butterbase.dev/v1/app_2anyt7wyvohn

Quick Start

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

Next Steps