stress-test-fo9f3s

Powered by Butterbase

Your API

https://stress-test-fo9f3s.butterbase.dev/v1/app_p2w4o5lxop6o

Quick Start

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

Next Steps