mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-04 12:51:23 +00:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
		
			244 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			244 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 
								 | 
							
								import EmberRouter from '@ember/routing/router';
							 | 
						||
| 
								 | 
							
								import config from './config/environment';
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								const Router = EmberRouter.extend({
							 | 
						||
| 
								 | 
							
								  location: config.locationType,
							 | 
						||
| 
								 | 
							
								  rootURL: config.rootURL
							 | 
						||
| 
								 | 
							
								});
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								Router.map(function() {});
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								export default Router;
							 |