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 202c365 commit 54dad08Copy full SHA for 54dad08
frameworks/Rust/hyperlane/config.toml
@@ -2,10 +2,13 @@
2
name = "hyperlane"
3
4
[main]
5
-urls.plaintext = "/plaintext"
6
urls.json = "/json"
+urls.plaintext = "/plaintext"
7
+urls.fortunes = "/fortunes"
8
urls.db = "/db"
-urls.query = "/queries?q="
9
+urls.query = "/query?q="
10
+urls.update = "/upda?q="
11
+urls.cached_query = "/cached-quer?c="
12
approach = "Realistic"
13
classification = "Micro"
14
database = "Postgres"
0 commit comments