goblog/frontend/js/main.js
2024-12-07 19:46:49 -05:00

5 lines
No EOL
110 B
JavaScript

function fetchPosts() {
fetch('/posts', {
headers: { 'Content-Type': 'application/json' }
})
}