feat: editor-code component

This commit is contained in:
NGPixel
2018-02-11 00:20:17 -05:00
parent 3471a7a6f9
commit 1a051f5569
40 changed files with 321 additions and 4501 deletions

View File

@@ -1,6 +1,13 @@
const express = require('express')
const router = express.Router()
/**
* Create/Edit document
*/
router.get('/e/*', (req, res, next) => {
res.render('main/editor')
})
/**
* View document
*/