Commit ded1d1ff authored by Zohten's avatar Zohten
parents 7b73046f c204846b
......@@ -84,7 +84,7 @@ export default {
// Post new user if all tests are ok
if (event.submitter.id=='validate') {
let request = await fetch('http://localhost/index.php/user',
let request = await fetch(this.$apiRoot+'/user',
{
method: 'POST',
headers: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment