From 4a90f702c8ae6aaba237e667433ad2813a71bc58 Mon Sep 17 00:00:00 2001 From: Sergey <59411497+Selithrarion@users.noreply.github.com> Date: Mon, 7 Nov 2022 19:08:47 +0500 Subject: [PATCH] fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ffd30b..ce66bc0 100644 --- a/README.md +++ b/README.md @@ -119,11 +119,11 @@ Github actions CI pipeline 5. Don't forget to create new server (Object => Create => Server) and then database (jiraClone) in pgadmin (localhost:8082). small tip: in server connection field enter: host.docker.internal 6. and.. you know - give star if you like it 🤩😊 -frontend and backend not in docker because i can't fix backend bcrypt error and i need to figure out how to make a hot reload (you can help if you know, it'll be cool). glad to any PRs +frontend and backend not in docker cuz i can't fix backend bcrypt error and i need to figure out how to fix hot reload (you can help if you know, it'd be cool). glad to any PRs ### Known bugs -1. I don't know why but axios response interceptors not work. request interceptors work, but response not. It means than refresh tokens also not work. its funny than my next project instagram clone literally the same config and it work lol :( (frontend/src/boot/axios) -2. After project create it don't save current user to users column (backend/src/modules/projects/projects.service, line 50) +1. I don't know why but axios response interceptors not work. request interceptors work, but response not. It means that refresh tokens also not work. its funny that my next project (instagram clone) has literally the same config and it works xDD (frontend/src/boot/axios) +2. After project create it doesnt save current user to users column (backend/src/modules/projects/projects.service, line 50) 3. Layout tab no highlight if we go to any children route (frontend/src/layouts/MainLayout) If you have any ideas feel free to contact me to discuss (any links in my profile) or just make pull request, i'll merge it if it doesn't break the whole project (joke. i'll merge it even so 😊😊)