Skip to content

Commit 93c3854

Browse files
Update config.toml
1 parent 5c107aa commit 93c3854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/Python/aiohttp/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "aiohttp"
33

44
[main]
5+
urls.plaintext = "/plaintext"
6+
urls.json = "/json"
57
urls.db = "/db"
68
urls.query = "/queries/"
79
urls.update = "/updates/"
@@ -17,8 +19,6 @@ webserver = "gunicorn"
1719
versus = "None"
1820

1921
[orm]
20-
urls.plaintext = "/plaintext"
21-
urls.json = "/json"
2222
urls.db = "/db"
2323
urls.query = "/queries/"
2424
urls.update = "/updates/"

0 commit comments

Comments
 (0)