Bits of docs.

master
Manager Bot 3 years ago
parent 8bc7f27015
commit d167ee3da9
  1. 8
      Web/lib/MJB/Web/Controller/Auth.pm

@ -3,6 +3,14 @@ use Mojo::Base 'Mojolicious::Controller', -signatures;
use Try::Tiny; use Try::Tiny;
use DateTime; use DateTime;
#==
# Auth Controller
#
# This controller handles the user registration, login/logout,
# and resetting a forgotten password.
#==
#== #==
# GET /register | show_register | templates/auth/register.html.ep # GET /register | show_register | templates/auth/register.html.ep
#== #==

Loading…
Cancel
Save