remove pricing for many apis

This commit is contained in:
Asim Aslam
2021-07-20 09:57:14 +01:00
parent a417f52e98
commit 84e016a81a
11 changed files with 11 additions and 65 deletions

View File

@@ -1,12 +1,5 @@
{
"name": "db",
"icon": "📦",
"category": "storage",
"pricing": {
"Db.Create": 10,
"Db.Read": 10,
"Db.Update": 10,
"Db.Delete": 10,
"Db.Truncate": 10
}
"category": "storage"
}