022
This commit is contained in:
parent
1ae6bd06a5
commit
6cb2940553
3 changed files with 3 additions and 0 deletions
0
src/db/products.nim
Normal file
0
src/db/products.nim
Normal file
BIN
src/hh1
BIN
src/hh1
Binary file not shown.
|
@ -41,6 +41,9 @@ import
|
|||
"/login" -> get:
|
||||
compileTemplateFile(getScriptDir() / "view" / "login.nimja")
|
||||
|
||||
"/:path" -> get:
|
||||
compileTemplateFile(getScriptDir() / "view" / "404.nimja")
|
||||
|
||||
servePublic("src/public", "/static")
|
||||
|
||||
run()
|
Loading…
Reference in a new issue