Skip to content

Commit

Permalink
Add notice about VerifyPassportV2
Browse files Browse the repository at this point in the history
  • Loading branch information
violog committed Jul 16, 2024
1 parent dfe3c40 commit d00bace
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/service/handlers/verify_passport_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ import (
"gitlab.com/distributed_lab/ape/problems"
)

// VerifyPassportV2
// TODO: Use this handler for passport verification
// when backwards compatibility becomes unnecessary
func VerifyPassportV2(w http.ResponseWriter, r *http.Request) {
req, err := requests.NewVerifyPassportV2(r)
if err != nil {
Expand Down

0 comments on commit d00bace

Please sign in to comment.