1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-08 21:06:07 +01:00

rename cors example

This commit is contained in:
Nikolay Kim 2018-01-26 19:52:20 -08:00
parent 52a454800f
commit 99bed67bec
12 changed files with 1 additions and 1 deletions

View File

@ -104,5 +104,5 @@ members = [
"examples/tls", "examples/tls",
"examples/websocket", "examples/websocket",
"examples/websocket-chat", "examples/websocket-chat",
"examples/actix_web_cors/backend", "examples/web-cors/backend",
] ]