You've already forked explain.depesz.com
mirror of
https://gitlab.com/depesz/explain.depesz.com.git
synced 2025-07-15 01:34:18 +02:00
Users almost done
Functionality is there, I'm just waiting for Metys to help me with styling
This commit is contained in:
@ -32,6 +32,12 @@ sub startup {
|
||||
# route: 'index'
|
||||
$routes->route( '/' )->to( 'controller#index' )->name( 'new-explain' );
|
||||
|
||||
# route: 'user-history'
|
||||
$routes->route( '/user-history/:direction/:key' )->to( 'controller#user_history', direction => undef, key => undef )->name( 'user-history' );
|
||||
|
||||
# route: 'plan-change'
|
||||
$routes->route( '/plan-change/:id' )->to( 'controller#plan_change' )->name( 'plan-change' );
|
||||
|
||||
# route: 'login'
|
||||
$routes->route( '/login' )->to( 'controller#login' )->name( 'login' );
|
||||
|
||||
|
Reference in New Issue
Block a user