Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ posts.js
File
posts.js
project_mern_memories/server/routes/posts.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
express from
'express'
;
2
3
import
{ getPosts, getPost, createPost, updatePost, likePost, deletePost } from
'../controllers/posts.js'
;
4
Callers
nothing calls this directly
Calls
4
get
Method · 0.80
patch
Method · 0.80
delete
Method · 0.80
post
Method · 0.45
Tested by
no test coverage detected