mirror of
https://github.com/actix/actix-web.git
synced 2025-01-06 15:28:54 +00:00
Merge pull request #59 from andreevlex/fix-cors
spelling check cors example
This commit is contained in:
commit
04d53d6f57
1 changed files with 3 additions and 3 deletions
|
@ -6,10 +6,10 @@
|
||||||
$ cd web-cors/backend
|
$ cd web-cors/backend
|
||||||
$ cargo run
|
$ cargo run
|
||||||
```
|
```
|
||||||
2 - fontend server
|
2 - frontend server
|
||||||
```bash
|
```bash
|
||||||
$ cd web-cors/fontend
|
$ cd web-cors/frontend
|
||||||
$ npm install
|
$ npm install
|
||||||
$ npm run dev
|
$ npm run dev
|
||||||
```
|
```
|
||||||
then open broswer 'http://localhost:1234/'
|
then open browser 'http://localhost:1234/'
|
||||||
|
|
Loading…
Reference in a new issue