goblog/frontend/js/main.js

5 lines
110 B
JavaScript
Raw Permalink Normal View History

2024-12-08 00:46:49 +00:00
function fetchPosts() {
fetch('/posts', {
headers: { 'Content-Type': 'application/json' }
})
}