1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-27 17:52:56 +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",
] ]