チームまでは表示できた。表示と更新及びメンバー編集不可。エントリー以降も表示不可。
This commit is contained in:
@ -28,4 +28,10 @@ abstract class Routes {
|
||||
static const GPS = '/gp';
|
||||
static const SETTINGS = '/settings';
|
||||
static const DEBUG = '/debug';
|
||||
|
||||
static const TEAM_LIST = '/team-list';
|
||||
static const TEAM_DETAIL = '/team-detail';
|
||||
static const MEMBER_DETAIL = '/member-detail';
|
||||
static const ENTRY_LIST = '/entry-list';
|
||||
static const ENTRY_DETAIL = '/entry-detail';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user