Authorize auth user to test it (#1400)

This commit is contained in:
Xavier Guimard 2018-05-17 06:31:26 +02:00
parent a43961a9e0
commit 8f13be1b0d

View File

@ -22,6 +22,7 @@ sub init {
return 0;
}
$self->addUnauthRoute( checkstate => 'check', ['GET'] );
$self->addAuthRoute( checkstate => 'check', ['GET'] );
return 1;
}