Updated user function
This commit is contained in:
parent
700330767f
commit
561603da1d
@ -25,7 +25,7 @@ export const handler: Handler = async (event: HandlerEvent, context: HandlerCont
|
|||||||
|
|
||||||
const response = await axios.put(
|
const response = await axios.put(
|
||||||
baseurl + dbKey,
|
baseurl + dbKey,
|
||||||
null,
|
{},
|
||||||
{
|
{
|
||||||
headers: {
|
headers: {
|
||||||
'Authorization': 'Basic ' + authToken,
|
'Authorization': 'Basic ' + authToken,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user