mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix typo
This commit is contained in:
		
							parent
							
								
									ce5258e6a6
								
							
						
					
					
						commit
						b34db9db7e
					
				
							
								
								
									
										4
									
								
								app.js
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								app.js
									
									
									
									
									
								
							@ -21,10 +21,10 @@ module.exports = function (config) {
 | 
			
		||||
    app.locals.baseUriPath = baseUriPath;
 | 
			
		||||
    app.use(cookieParser());
 | 
			
		||||
 | 
			
		||||
/*    if (publicFolder) {
 | 
			
		||||
    if (publicFolder) {
 | 
			
		||||
        app.use(favicon(path.join(publicFolder, 'favicon.ico')));
 | 
			
		||||
    }
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
    app.use(validator([]));
 | 
			
		||||
    if (publicFolder) {
 | 
			
		||||
        app.use(baseUriPath, express.static(publicFolder));
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user