comments and replies work now
This commit is contained in:
parent
11147482d2
commit
9e5989825f
6 changed files with 102 additions and 10 deletions
|
@ -14,8 +14,9 @@ const aliases = {
|
|||
const routers = {
|
||||
'/you': './routes/you.js',
|
||||
'/api/form/you': './routes/youApi.js',
|
||||
'/api/file/comment': './routes/commenter.js',
|
||||
'/walls': './routes/walls.js',
|
||||
'/comments': './routes/comment.js'
|
||||
'/comment': './routes/comment.js'
|
||||
}
|
||||
|
||||
function doAliases(app) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue