8000 Fix Content-type in content negotiation example 4 · w3c/websub@f785a2b · GitHub
[go: up one dir, main page]

Skip to content

Commit f785a2b

Browse files
committed
Fix Content-type in content negotiation example 4
1 parent 07a6016 commit f785a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ <h3>Content Negotiation</h3>
352352
Accept-Language: de-DE
353353

354354
HTTP/1.1 200 Ok
355-
Content-type: text/html
355+
Content-type: application/json
356356

357357
Link: &lt;/feed-de.json&gt;; rel="self"
358358
Link: &lt;https://hub.example.com/&gt;; rel="hub"

0 commit comments

Comments
 (0)
0