Update code
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export async function fetchPastes() {
|
||||
const res = await fetch('/api/paste');
|
||||
return await res.json();
|
||||
}
|
||||
Reference in New Issue
Block a user