mirror of
				https://github.com/D4M13N-D3V/comissions-app-core-api.git
				synced 2025-10-31 01:25:27 +00:00 
			
		
		
		
	fix: hard code path
This commit is contained in:
		
							parent
							
								
									77c318c993
								
							
						
					
					
						commit
						b53f508ce9
					
				| @ -9,9 +9,9 @@ namespace comissions.app.api.Services.Storage | ||||
|     { | ||||
|         private readonly string _storageFolderPath; | ||||
| 
 | ||||
|         public LocalStorageServiceProvider(string storageFolderPath) | ||||
|         public LocalStorageServiceProvider() | ||||
|         { | ||||
|             _storageFolderPath = storageFolderPath; | ||||
|             _storageFolderPath = "/requestbox/"; | ||||
| 
 | ||||
|             // Create storage folder if it does not exist | ||||
|             if (!Directory.Exists(_storageFolderPath)) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Damien Ostler
						Damien Ostler