mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-28 19:25:03 +00:00
7 lines
121 B
JavaScript
7 lines
121 B
JavaScript
define([
|
|
'sysadmin-app/router'
|
|
], function(Router){
|
|
app.router = new Router();
|
|
Backbone.history.start();
|
|
});
|