5 lines
No EOL
110 B
JavaScript
5 lines
No EOL
110 B
JavaScript
function fetchPosts() {
|
|
fetch('/posts', {
|
|
headers: { 'Content-Type': 'application/json' }
|
|
})
|
|
} |