commit 5df5cf03645b2c0b3e11bb6cbe1c792cd49be1d1 parent c78dc857269a2e0a281998ba35650f34aaa27644 Author: AMIT DUTTA <amitdutta4255@gmail.com> Date: Tue, 27 Jan 2026 21:24:32 +0530 Expose app for Vercel deployment Diffstat:
| M | api/index.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api/index.py b/api/index.py @@ -117,5 +117,5 @@ def transform_to_emojic(): "emojic_code": final_output }) -# This is important for Vercel +# Expose app for Vercel app = app