This commit is contained in:
yiyione 2020-07-17 16:04:13 +08:00 коммит произвёл GitHub
Родитель 4bcefaa5f0
Коммит 0988d254c6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -163,7 +163,7 @@ export default class ProtocolForm extends React.Component<IProtocolProps, IProto
private client = new PAIV2.OpenPAIClient({
username: this.props.user,
token: this.props.token,
rest_server_uri: this.props.api,
rest_server_uri: new URL(this.props.api, window.location.href).href,
});
public componentDidMount() {