mirror of
				https://github.com/YunoHost-Apps/send_ynh.git
				synced 2025-11-03 23:35:35 +01:00 
			
		
		
		
	Update manifest.toml: additional_urls should be a list
This commit is contained in:
		@@ -52,12 +52,14 @@ ram.runtime = "50M"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    [resources.permissions]
 | 
					    [resources.permissions]
 | 
				
			||||||
    main.url = "/"
 | 
					    main.url = "/"
 | 
				
			||||||
    main.additional_urls = "/api/upload"
 | 
					    main.additional_urls = ["/api/upload"]
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
    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.url = "/download"
 | 
				
			||||||
    download.allowed = "visitors"
 | 
					    download.allowed = "visitors"
 | 
				
			||||||
    download.auth_header = false
 | 
					    download.auth_header = false
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user