Skip to content

Commit

Permalink
Merge pull request aces#13 from ridz1208/change_default_module
Browse files Browse the repository at this point in the history
Change default module
  • Loading branch information
ridz1208 authored Oct 26, 2020
2 parents 3f7bfa5 + 1f3e08a commit 44e2b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Router/BaseRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function handle(ServerRequestInterface $request) : ResponseInterface
if ($this->user instanceof \LORIS\AnonymousUser) {
$modulename = "login";
} else {
$modulename = "dashboard";
$modulename = "dqt";
}
$request = $request->withURI($uri->withPath("/"));
} else if ($path[0] === "/") {
Expand Down

0 comments on commit 44e2b17

Please sign in to comment.