Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
added missing l in login tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrichardsmith committed Dec 22, 2016
1 parent aec8297 commit 6bc65ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func MakeHTTPHandler(ctx context.Context, e Endpoints, logger log.Logger, tracer
e.LoginEndpoint,
decodeLoginRequest,
encodeResponse,
append(options, httptransport.ServerBefore(opentracing.FromHTTPRequest(tracer, "GET /ogin", logger)))...,
append(options, httptransport.ServerBefore(opentracing.FromHTTPRequest(tracer, "GET /login", logger)))...,
))
r.Methods("POST").Path("/register").Handler(httptransport.NewServer(
ctx,
Expand Down

0 comments on commit 6bc65ab

Please sign in to comment.