0
1
Fork 0

Modify readme

This commit is contained in:
William Buezas 2024-12-04 11:31:08 -03:00
parent 52e45b93a0
commit 65923fee9f
2 changed files with 1 additions and 3 deletions

View File

@ -18,8 +18,7 @@ $ quasar dev
Launch project backend.
```
cd back
php -S 127.0.0.1:3002 -t . index.php
pnpm run back
```
Run server side method from command line.

View File

@ -39,7 +39,6 @@ const onResponseError = error => {
export default boot(({ app }) => {
const userStore = useUserStore();
const appStore = useAppStore();
console.log('appStore', appStore);
function addToken(config) {
if (userStore.token) {
config.headers.Authorization = userStore.token;