fix endpoint

This commit is contained in:
Tyler Murphy 2023-01-22 20:49:22 -05:00
parent 5fe8ea1b85
commit b9983d58fd

View file

@ -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'