diff options
Diffstat (limited to 'fw/app')
| -rw-r--r-- | fw/app/src/http.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fw/app/src/http.c b/fw/app/src/http.c index 1c24490..88cf579 100644 --- a/fw/app/src/http.c +++ b/fw/app/src/http.c @@ -130,6 +130,7 @@ static struct http_resource_detail_dynamic settings_resource_detail = {  	.common = {  			.type = HTTP_RESOURCE_TYPE_DYNAMIC,  			.bitmask_of_supported_http_methods = BIT(HTTP_GET), +			.content_type = "text/json",  		},  	.cb = settings_handler,  	.user_data = NULL,  | 
