mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
update user agent
This commit is contained in:
parent
e0c18b8f79
commit
3d41795636
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue