10 lines
169 B
JavaScript
10 lines
169 B
JavaScript
define(function(){
|
|
return {
|
|
'History' : {
|
|
'actions' : {
|
|
'index' : 'controller/history/index',
|
|
}
|
|
}
|
|
};
|
|
});
|