start o stuff
This commit is contained in:
parent
08f8693e8d
commit
28db0fa9c3
5 changed files with 96 additions and 0 deletions
5
frontend/js/main.js
Normal file
5
frontend/js/main.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
function fetchPosts() {
|
||||
fetch('/posts', {
|
||||
headers: { 'Content-Type': 'application/json' }
|
||||
})
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue