1
0
mirror of https://github.com/actix/examples synced 2025-01-22 05:55:56 +01:00
dependabot[bot] 60bbf1f2e0
chore(deps): bump nanoid from 3.3.6 to 3.3.8 in /cors/frontend
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>
2024-12-10 11:51:27 +00:00
..
2024-08-07 02:04:57 +01:00
2023-07-18 22:54:35 +01:00

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