forked from Git/send_ynh
		
	Merge pull request #24 from YunoHost-Apps/expose-download
Expose download link
This commit is contained in:
		@@ -54,6 +54,10 @@ ram.runtime = "50M"
 | 
				
			|||||||
    main.url = "/"
 | 
					    main.url = "/"
 | 
				
			||||||
    api.url = "/api"
 | 
					    api.url = "/api"
 | 
				
			||||||
    api.allowed = "visitors"
 | 
					    api.allowed = "visitors"
 | 
				
			||||||
    api.auth_header =false
 | 
					    api.auth_header = false
 | 
				
			||||||
    api.show_tile = false
 | 
					    api.show_tile = false
 | 
				
			||||||
    api.protected = true
 | 
					    api.protected = true
 | 
				
			||||||
 | 
					    download.url = "/download"
 | 
				
			||||||
 | 
					    download.allowed = "visitors"
 | 
				
			||||||
 | 
					    download.auth_header = false
 | 
				
			||||||
 | 
					    download.show_tile = false
 | 
				
			||||||
		Reference in New Issue
	
	Block a user