mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(markdown) server -> lib/server/
This commit is contained in:
parent
5cf298caf2
commit
3de0d5e2b0
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
marked = main.require('marked'),
|
||||
Util = main.util,
|
||||
DIR = main.DIR,
|
||||
DIR_SERVER = DIR + 'server/',
|
||||
DIR_SERVER = DIR + 'lib/server/',
|
||||
|
||||
fs = require('fs'),
|
||||
pipe = main.pipe,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue