Change apikey back to var
This commit is contained in:
parent
d68bd4bdb6
commit
3435f0d8be
1 changed files with 1 additions and 1 deletions
|
|
@ -15,9 +15,9 @@
|
|||
// Define Constants
|
||||
const username = "mars";
|
||||
const password = "absw3712mcS";
|
||||
const apiKey = "38346c399d57454da3bdbf47ba716765";
|
||||
const userid = "e55a6ca076a14cb5a6ca9cfaa75498c1";
|
||||
const baseURL = window.origin;
|
||||
var apiKey = "38346c399d57454da3bdbf47ba716765";
|
||||
|
||||
// Authorize user
|
||||
fetch(`${baseURL}/Users/${userid}/Authenticate/?pw=${password}`, {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue