removed .env

This commit is contained in:
Torsten Schulz
2024-06-24 21:11:29 +02:00
parent bc5a606176
commit 2e70e2e554

View File

@@ -41,7 +41,7 @@ export default {
methods: { methods: {
async register() { async register() {
try { try {
const response = await fetch('http://localhost:3000/register', { const response = await fetch('/register', {
method: 'POST', method: 'POST',
headers: { headers: {
'Content-Type': 'application/json' 'Content-Type': 'application/json'