Updated API to have 1024

This commit is contained in:
Keith Williams 2023-11-15 16:02:53 -03:00
parent 333fea7dca
commit cf7271e949

View File

@ -1,7 +1,7 @@
{ {
"functions": { "functions": {
"pages/api/slots/*.ts": { "pages/api/slots/*.ts": {
"memory": 2048 "memory": 1024
} }
} }
} }