mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-25 19:40:45 -08:00
Fixed default TW5 template
This commit is contained in:
parent
476e44dc1c
commit
1b5beefb8d
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ Command.prototype.execute = function() {
|
|||
path = require("path"),
|
||||
http = require("http"),
|
||||
port = this.params[0] || "8080",
|
||||
rootTiddler = this.params[1] || "$:/core/tiddlywiki5.template.html",
|
||||
rootTiddler = this.params[1] || "$:/core/templates/tiddlywiki5.template.html",
|
||||
renderType = this.params[2] || "text/plain",
|
||||
serveType = this.params[3] || "text/html";
|
||||
http.createServer(function(request, response) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue