Skip to content

Commit 85faacd

Browse files
fixing default stuff
1 parent 1ff2a7a commit 85faacd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/config.default.lisp

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"The location (absolute or relative to *site-url*) that API calls will go to.")
3939

4040
(defvar *api-key* "12345"
41-
"The API key used for the app.")
41+
"The API key used for the app. Completely unused.")
4242

4343
(defvar *admin-email* "andrew@lyonbros.com"
4444
"The email used for admin communications. This is reported to users on a
@@ -58,7 +58,6 @@
5858

5959
(defparameter *public-actions*
6060
`((:post . "/api/users")
61-
(:get . ,(cl-ppcre:create-scanner "/api/personas/screenname/([a-zA-Z0-9\/\.]+)"))
6261
(:get . ,(cl-ppcre:create-scanner "/api/invites/codes/([0-9a-f-]+)")))
6362
"A list of public resources/actions that do not require authentication.")
6463

0 commit comments

Comments
 (0)