Нормально работает обновление, перепилено описание на русские буквы, добавлены комментарии

This commit is contained in:
FEARmeR 2023-05-23 12:48:15 +01:00
parent a9c5affd27
commit 87963ba0cc

View File

@ -17,12 +17,6 @@ const projectId = ref(null);
const route = useRoute();
// const getProfile = async () => {
// const profileDataRecieved = await axios.get(`http://somebodyhire.me/api/profile/${userId.value}/`);
// profileData.value = processProfileData(profileDataRecieved.data);
// };
axios.interceptors.request.use((request) => {
debugText.value += '\n\nRequest:\n' + JSON.stringify(request, null, 2);
return request;