1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

rename graphql demo

This commit is contained in:
Nikolay Kim 2019-12-07 20:21:34 +06:00
parent 1f434406f3
commit 423f64254a
12 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
[workspace] [workspace]
members = [ members = [
"./", "./",
"actix-graphql-demo",
"actix_redis", "actix_redis",
"actix_todo", "actix_todo",
"async_db", "async_db",
@ -13,6 +12,7 @@ members = [
"diesel", "diesel",
"error_handling", "error_handling",
"form", "form",
"graphql-demo",
"hello-world", "hello-world",
"http-proxy", "http-proxy",
"json", "json",