Sfoglia il codice sorgente

Docsify Auto Published

willin 8 anni fa
parent
commit
4a9e15e7c8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      basic/db/graphql.md

+ 1 - 1
basic/db/graphql.md

@@ -101,7 +101,7 @@ app.use(router.allowedMethods());
 app.listen(PORT);
 ```
 
-!> <del>注意: 本来是想用`koa`做的, 但在本文更新的时候, `graphql-server-koa` 有 Bug, 跑起来之后会报错 `NO SCHEMA AVAILABLE`, 所以又写了一个 `express` 的 Server, 可运行.</del> Koa 需要在参数中添加 `endpointURL`.
+!> <del>注意: 本来是想用`koa`做的, 但在本文更新的时候, `graphql-server-koa` 有 Bug, 跑起来之后会报错 `NO SCHEMA AVAILABLE`, 所以又写了一个 `express` 的 Server, 可运行.</del><br> Koa 需要在参数中添加 `endpointURL`
 
 # 连接 SQL 数据库