We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff2a7a commit 85faacdCopy full SHA for 85faacd
config/config.default.lisp
@@ -38,7 +38,7 @@
38
"The location (absolute or relative to *site-url*) that API calls will go to.")
39
40
(defvar *api-key* "12345"
41
- "The API key used for the app.")
+ "The API key used for the app. Completely unused.")
42
43
(defvar *admin-email* "andrew@lyonbros.com"
44
"The email used for admin communications. This is reported to users on a
@@ -58,7 +58,6 @@
58
59
(defparameter *public-actions*
60
`((:post . "/api/users")
61
- (:get . ,(cl-ppcre:create-scanner "/api/personas/screenname/([a-zA-Z0-9\/\.]+)"))
62
(:get . ,(cl-ppcre:create-scanner "/api/invites/codes/([0-9a-f-]+)")))
63
"A list of public resources/actions that do not require authentication.")
64
0 commit comments