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
							
								
									14deebae1f
								
							
						
					
					
						commit
						518891a969
					
				
							
								
								
									
										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