mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
fix cd links
This commit is contained in:
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user