1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

fix cd links

This commit is contained in:
Rob Ede
2022-02-18 02:18:44 +00:00
parent 357983d22c
commit 4d210b32f9
8 changed files with 20 additions and 27 deletions

View File

@ -2,14 +2,14 @@
## Run Server
```sh
cd secutiy/web-cors/backend
cd cors/backend
cargo run
```
## Run Frontend
In a separate terminal, also run:
```sh
cd secutiy/web-cors/frontend
cd cors/frontend
npm install
npm run serve
```