rm githook test

This commit is contained in:
Paul Liverman III 2018-05-11 13:40:27 -07:00
parent f2b05fde71
commit 8463fc218d

View File

@ -23,13 +23,6 @@ class Simplex extends Application
else
super err --, trace
"/githook": =>
@html ->
p "Headers:"
ul ->
for k,v in pairs @req.headers
li "#{k}: #{v}"
[index: "/"]: =>
if @user
@keys = APIKeys\select "WHERE user_id = ? ORDER BY created_at ASC", @user.id