зеркало из https://github.com/microsoft/pai.git
fix rest-server-uri (#4737)
This commit is contained in:
Родитель
4bcefaa5f0
Коммит
0988d254c6
|
@ -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() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче