Fix required API methods

This commit is contained in:
Daniel 2021-05-11 14:58:28 +02:00
parent 0061572e1b
commit 745a27d92d

View file

@ -51,6 +51,7 @@ func registerMetaEndpoints() error {
if err := RegisterEndpoint(Endpoint{
Path: "auth/reset",
Read: PermitAnyone,
Write: PermitAnyone,
HandlerFunc: authReset,
Name: "Reset Authenticated Session",
Description: "Resets authentication status internally and in the browser.",