mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 17:30:13 +01:00
5 lines
107 B
JavaScript
5 lines
107 B
JavaScript
|
|
// Export Router Instance
|
||
|
|
FlowRouter = new Router();
|
||
|
|
FlowRouter.Router = Router;
|
||
|
|
FlowRouter.Route = Route;
|