mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Add @devicefarmer to stf-wiki path (#34)
Signed-off-by: Karol Wrótniak <karol.wrotniak@droidsonroids.pl>
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = function(options) {
|
||||
var server = http.createServer(app)
|
||||
|
||||
app.use('/static/wiki', markdownServe.middleware({
|
||||
rootDirectory: pathutil.root('node_modules/stf-wiki')
|
||||
rootDirectory: pathutil.root('node_modules/@devicefarmer/stf-wiki')
|
||||
, view: 'docs'
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user