Browse Source

set params in context

EUGENIO SOUZA CARVALHO 4 years ago
parent
commit
91e3353476
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api/utils.go

+ 1 - 0
api/utils.go

@@ -329,6 +329,7 @@ func finalizeRequest(ctx context.Context, resp interface{}, err *errs.Error) {
 		if r := recover(); r != nil {
 			fmt.Println("Recovered in f", r)
 		}
+		fmt.Println(string(ctx.Values().Serialize()))
 	}()
 
 	if err != nil {