update user agent

This commit is contained in:
Andre Medeiros 2021-07-12 16:27:59 -04:00
parent e0c18b8f79
commit 3d41795636

View file

@ -8,7 +8,7 @@ import (
"strings"
)
const userAgent = "server:test-api:v0.0.2 (by /u/changelog)"
const userAgent = "server:apollo-backend:v1.0 (by /u/iamthatis)"
type Request struct {
body url.Values