profiles: Return profile page for regular search results too

This commit is contained in:
Wiktor Kwapisiewicz 2020-08-19 10:51:04 +02:00
parent 9b44868e27
commit e3b839b9e0
No known key found for this signature in database
GPG Key ID: B97A1EE09DB417EC
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ fn key_to_response(
fpr: fp.to_string(),
};
MyResponse::ok("found", context)
MyResponse::ok("found-profile", context)
}