This commit is contained in:
Andrew Miner
2015-03-06 22:31:29 -08:00
parent 6a7f542414
commit a9dc4e3a26
13 changed files with 982 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ serveIndex = (request, response)->
response.set 'Content-Type', 'text/html'
response.sendFile 'index.html', root:ROOT
app.get '/', serveIndex
app.get '/browse(/*)?', serveIndex
app.get '/configure(/*)?', serveIndex
app.get '/craft(/*)?', serveIndex