Skip to content

Commit 68f79d8

Browse files
authored
Update src/internet_identity/src/http.rs
1 parent 55e9372 commit 68f79d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/internet_identity/src/http.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ fn http_options_request() -> HttpResponse {
5757
headers.append(&mut cors_safe_security_headers());
5858

5959
HttpResponse {
60+
// Indicates success without any additional content to be sent in the response content.
6061
status_code: 204,
6162
headers,
6263
body: ByteBuf::from(vec![]),

0 commit comments

Comments
 (0)