Skip to content

Commit 9099ee9

Browse files
Update config.toml
1 parent 61e69bc commit 9099ee9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

frameworks/Python/aiohttp/config.toml

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

44
[main]
5-
urls.plaintext = "/plaintext"
6-
urls.json = "/json"
75
urls.db = "/db"
86
urls.query = "/queries/"
97
urls.update = "/updates/"
@@ -13,12 +11,14 @@ classification = "Micro"
1311
database = "Postgres"
1412
database_os = "Linux"
1513
os = "Linux"
16-
orm = "Full"
14+
orm = "Raw"
1715
platform = "asyncio"
1816
webserver = "gunicorn"
1917
versus = "None"
2018

21-
[pg-raw]
19+
[orm]
20+
urls.plaintext = "/plaintext"
21+
urls.json = "/json"
2222
urls.db = "/db"
2323
urls.query = "/queries/"
2424
urls.update = "/updates/"
@@ -28,7 +28,7 @@ classification = "Micro"
2828
database = "Postgres"
2929
database_os = "Linux"
3030
os = "Linux"
31-
orm = "Raw"
31+
orm = "Full"
3232
platform = "asyncio"
3333
webserver = "gunicorn"
3434
versus = "default"

0 commit comments

Comments
 (0)