MCPcopy Create free account
hub / github.com/ShareDropio/sharedrop / Router

Class Router

app/router.js:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import config from 'sharedrop/config/environment';
3
4export default class Router extends EmberRouter {
5 location = config.locationType;
6
7 rootURL = config.rootURL;
8}
9
10// eslint-disable-next-line array-callback-return
11Router.map(function () {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected