Corection de bug
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent 71e8816dd8
commit 96e45a72a3

@ -14,6 +14,15 @@ class UserController
case NULL:
$this->goToHome();
break;
case "goToHome":
$this->goToHome();
break;
case "goToPresentation":
$this->goToPresentation();
break;
case "goToEnigme":
$this->goToEnigme();
break;
case "goToTest":
$this->goToTest();
break;
@ -38,6 +47,9 @@ class UserController
case "goToNext":
$this->goToNext();
break;
case "goToQueue":
$this->goToQueue()();
break;
case "logout":
$this->logout();
break;

Loading…
Cancel
Save