Commit 95fa7509 authored by Administrator's avatar Administrator

Update constant.go

parent 9d276064
...@@ -4,7 +4,7 @@ const ( ...@@ -4,7 +4,7 @@ const (
ContentType = "Content-Type" ContentType = "Content-Type"
ApplicationJSON = "application/json" ApplicationJSON = "application/json"
UserAgent = "User-Agent" UserAgent = "User-Agent"
UserAgentValue = "https://ursabyte.com" UserAgentValue = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0"
) )
const ( const (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment