Skip to content

Commit 54dad08

Browse files
committed
feat: update
1 parent 202c365 commit 54dad08

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

frameworks/Rust/hyperlane/config.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
name = "hyperlane"
33

44
[main]
5-
urls.plaintext = "/plaintext"
65
urls.json = "/json"
6+
urls.plaintext = "/plaintext"
7+
urls.fortunes = "/fortunes"
78
urls.db = "/db"
8-
urls.query = "/queries?q="
9+
urls.query = "/query?q="
10+
urls.update = "/upda?q="
11+
urls.cached_query = "/cached-quer?c="
912
approach = "Realistic"
1013
classification = "Micro"
1114
database = "Postgres"

0 commit comments

Comments
 (0)