mirror of
https://github.com/typicode/json-server.git
synced 2025-07-28 04:32:24 +08:00
4 lines
56 B
JavaScript
4 lines
56 B
JavaScript
module.exports = function () {
|
|
return { posts: [] }
|
|
}
|