Add User-Agent header (#2602)

This commit is contained in:
MeiMei
2018-09-04 17:44:21 +09:00
committed by syuilo
parent 921609cab1
commit 5b039a1bee
5 changed files with 12 additions and 2 deletions

View File

@ -114,6 +114,7 @@ export type Mixin = {
status_url: string;
dev_url: string;
drive_url: string;
user_agent: string;
};
export type Config = Source & Mixin;