diff options
author | Colin Okay <okay@toyful.space> | 2022-02-23 12:47:31 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-23 12:47:31 -0600 |
commit | bcba8411e4d987c94e0c339e459f04472230d1de (patch) | |
tree | 0bb1beb788c469790075218dfe350f189ffdf151 /src | |
parent | 4cdc2d8d079058ca3c27716b8120587dde5e2af0 (diff) |
aded /api prefix to app
Diffstat (limited to 'src')
-rw-r--r-- | src/main.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.lisp b/src/main.lisp index a700796..8291bcb 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -266,6 +266,7 @@ (lzb:provision-app () :title "Oneliners Wiki API" :version "0.0.1" + :prefix "/api" :desc +oneliners-description+ :content-type "application/json" :auth 'api-token-authorization) |