modified: begushiybashkir/bbvue/src/views/ProfileEdit.vue

change path into bb site
This commit is contained in:
2025-10-11 09:34:01 +05:00
parent 6ba5d57b68
commit d20b5876cb
@@ -199,7 +199,7 @@ export default {
try { try {
const response = await axios.put( const response = await axios.put(
'https://begushiybashkir.ru/api/v1/auth/editProfile', 'https://begushiybashkir.ru/api/v1/auth/user/editProfile',
this.formData, this.formData,
{ {
headers: { headers: {