1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-21 17:33:59 +00:00

Merge pull request #59 from andreevlex/fix-cors

spelling check cors example
This commit is contained in:
Nikolay Kim 2018-01-26 21:42:36 -08:00 committed by GitHub
commit 04d53d6f57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,10 +6,10 @@
$ cd web-cors/backend
$ cargo run
```
2 - fontend server
2 - frontend server
```bash
$ cd web-cors/fontend
$ cd web-cors/frontend
$ npm install
$ npm run dev
```
then open broswer 'http://localhost:1234/'
then open browser 'http://localhost:1234/'