1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-25 22:54:07 +00:00
seahub/static/scripts/orgadmin-app/main.js

7 lines
121 B
JavaScript
Raw Normal View History

2018-08-07 09:05:41 +00:00
define([
'orgadmin-app/router'
], function(Router){
app.router = new Router();
Backbone.history.start();
});