mirror of
https://github.com/actix/examples
synced 2025-01-22 05:55:56 +01:00
60bbf1f2e0
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.6 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.6...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Cross-Origin Resource Sharing (CORS)
Run Server
cd cors/backend
cargo run
Run Frontend
In a separate terminal, also run:
cd cors/frontend
npm install
npm run dev
then open browser at: http://localhost:8080