fix endpoint
This commit is contained in:
parent
5fe8ea1b85
commit
b9983d58fd
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
const endpoint = 'https://xssbook.com'
|
||||
const endpoint = 'https://xssbook.com/api'
|
||||
|
||||
const request = async (url, body, method) => {
|
||||
if (method === undefined) method = 'POST'
|
||||
|
|
Loading…
Reference in a new issue