Adding markdown requirement to post routes
This commit is contained in:
parent
fa0fd2b07f
commit
7f11623bd8
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
var config = require('./config.js').config;
|
||||
var markdown = require( "markdown" ).markdown;
|
||||
|
||||
// Post management routing
|
||||
|
||||
|
|
Loading…
Reference in a new issue