1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

cleanup cors example

This commit is contained in:
Nikolay Kim
2018-01-26 19:51:13 -08:00
parent c09c8e4980
commit 52a454800f
5 changed files with 36 additions and 238 deletions

View File

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