1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-05-26 12:32:25 +00:00

Can't think?

This commit is contained in:
Cadence Ember 2021-01-13 01:13:46 +13:00
parent 98ee77def4
commit 11b9425cb0
No known key found for this signature in database
GPG key ID: BC1C2C61CF521B17
7 changed files with 143 additions and 9 deletions

View file

@ -17,6 +17,7 @@ const {setInstance} = require("pinski/plugins")
server.addPugDir("pug", ["pug/includes"])
server.addRoute("/", "pug/home.pug", "pug")
server.addRoute("/cant-think", "pug/cant-think.pug", "pug")
server.addStaticHashTableDir("html/static/js")
server.addStaticHashTableDir("html/static/js/elemjs")