start o stuff

This commit is contained in:
conzer 2024-12-07 19:46:49 -05:00
parent 08f8693e8d
commit 28db0fa9c3
5 changed files with 96 additions and 0 deletions

5
frontend/js/main.js Normal file
View file

@ -0,0 +1,5 @@
function fetchPosts() {
fetch('/posts', {
headers: { 'Content-Type': 'application/json' }
})
}