Skip to content
Snippets Groups Projects
Commit 8950a2f7 authored by Rishi Panthee's avatar Rishi Panthee
Browse files

Change UA to HiveProxy, update url

parent 3340cf7f
No related branches found
No related tags found
1 merge request!7Change UA to HiveProxy, update url
......@@ -239,7 +239,7 @@ export async function proxyHandler(ctx: KoaContext) {
compressed: true,
parse_response: false,
follow_max: 5,
user_agent: 'SteemitProxy/1.0 (+https://github.com/steemit/imagehoster)',
user_agent: 'HiveProxy/1.0 (+https://gitlab.syncad.com/hive/imagehoster)',
} as any)
} catch (cause) {
throw new APIError({cause, code: APIError.Code.UpstreamError})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment