Improved speed through new blazing-fast api server
This commit is contained in:
parent
703498ad04
commit
d3f6a58f9b
1 changed files with 3 additions and 1 deletions
|
@ -94,7 +94,9 @@ class ChecksumResolver extends React.Component {
|
|||
requestActivationBytes = () => {
|
||||
const { checksum } = this.state;
|
||||
|
||||
fetch("https://aaxactivationserviceapi.azurewebsites.net/api/v2/activation/" + checksum)
|
||||
// fetch("https://aaxactivationserviceapi.azurewebsites.net/api/v2/activation/" + checksum)
|
||||
// fetch("https://localhost:32768/api/v2/activation/" + checksum)
|
||||
fetch("https://aax.api.j-kit.me/api/v2/activation/" + checksum)
|
||||
.then(res => res.json())
|
||||
.then(
|
||||
(result) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue