We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61c72a commit 99f315aCopy full SHA for 99f315a
examples/server.py
@@ -3,7 +3,7 @@
3
import os
4
5
# chdb API server example with GET/POST support, compatible with play app
6
-# for a full server example see https://github.com/metrico/chdb-server
+# for a full server example see https://github.com/chdb-io/chdb-playground
7
8
app = Flask(__name__, static_folder="", static_url_path="")
9
0 commit comments