Compare commits

..

No commits in common. "2d2cf9c6f0d1841b00e6357e00aaff657d8639ab" and "17d9437a501e58abd7316fedfc206cf8333d5438" have entirely different histories.

View File

@ -65,7 +65,7 @@ Container::$routeCollection->group('account', function (RouteCollection $routeCo
Container::$routeCollection->get('searchUser', 'searchUser', [UserSearchController::class, 'searchUser']);
Container::$routeCollection->group('now', function (RouteCollection $routeCollection) {
$routeCollection->get('now.event', '', [EventRedirectController::class, 'getEvent']);
$routeCollection->get('now.transactions.new', 'transaction', [EventRedirectController::class, 'getEventNewTransaction']);
$routeCollection->get('now.transactions.new', 'transactions/new', [EventRedirectController::class, 'getEventNewTransaction']);
});
Container::$routeCollection->group('communities', function (RouteCollection $routeCollection) {
$routeCollection->get('community.new', 'new', [CommunityController::class, 'getCommunityNew']);