projects
/
squeep-api-dingus
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
potentially serve static files with static headers
[squeep-api-dingus]
/
lib
/
template
/
index.js
1
'use strict'
;
2
3
module
.
exports
= {
4
errorHTML
:
require
(
'./error-html'
),
5
};