registration
This commit is contained in:
@@ -31,6 +31,11 @@ func jsonHandler(g storage.Graph) http.Handler {
|
||||
path: "/who",
|
||||
foo: who,
|
||||
},
|
||||
{
|
||||
path: "/register",
|
||||
foo: register,
|
||||
noauth: true,
|
||||
},
|
||||
{
|
||||
path: config.New().FilePrefix + "/",
|
||||
foo: files,
|
||||
|
||||
Reference in New Issue
Block a user