aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-02-23 11:00:40 -0600
committerColin Okay <okay@toyful.space>2022-02-23 11:00:40 -0600
commitefd69e5fcaf0f825d85b1202d337a1a8ba47ef28 (patch)
treedc6f9e282042b3c4dcc8cfa80539866400f59d22 /example
parent6f05e6beaecf5bf3d91ad883f00ae2d0c397b895 (diff)
added prefixes to apps
Diffstat (limited to 'example')
-rw-r--r--example/lazybones-example.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/lazybones-example.lisp b/example/lazybones-example.lisp
index 018b4ae..902c2ef 100644
--- a/example/lazybones-example.lisp
+++ b/example/lazybones-example.lisp
@@ -32,6 +32,7 @@
(lzb:provision-app ()
:title "Lazybones Demo App"
:version "0.0.0"
+ :prefix "/eg"
:description "Just an API that defines some endpoints. These
endpoints aren't meant to accomplish anything. Merely testing out
the lazybones HTTP routing framework."