From 7868cc248e01a36827338d8fca6b57f8999a1ba1 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 7 Dec 2021 14:22:18 -0500 Subject: Add simple API key feature to Dragons.dev Still need to add this to the CLI, and there should be other features like delete and so on, but this works for now. --- Biz/Log.hs | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'Biz/Log.hs') diff --git a/Biz/Log.hs b/Biz/Log.hs index c74d297..c206dc9 100644 --- a/Biz/Log.hs +++ b/Biz/Log.hs @@ -8,14 +8,18 @@ module Biz.Log info, warn, fail, - -- Debugging + + -- * Debugging mark, - -- Operators + + -- * Operators (~&), (~?), - -- Wai Middleware + + -- * Wai Middleware wai, - -- | Low-level + + -- * Low-level msg, br, ) -- cgit v1.2.3