This is an automated email from the ASF dual-hosted git repository.
young pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 0f21ca00107 docs: Added cover image for blog (#1426)
0f21ca00107 is described below
commit 0f21ca0010700abfcb95ac43115d4412a576e4e3
Author: Bhavya Tewari <[email protected]>
AuthorDate: Thu Dec 1 07:17:37 2022 +0530
docs: Added cover image for blog (#1426)
---
blog/en/blog/2022/11/23/poor-man-api.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/blog/en/blog/2022/11/23/poor-man-api.md
b/blog/en/blog/2022/11/23/poor-man-api.md
index 71ef6e159bb..7751c73deab 100644
--- a/blog/en/blog/2022/11/23/poor-man-api.md
+++ b/blog/en/blog/2022/11/23/poor-man-api.md
@@ -13,7 +13,7 @@ keywords:
- MVP
description: "Creating a full-fledged API requires resources, both time and
money. You need to think about the model, the design, the REST principles,
etc., without writing a single line of code. Most of the time, you don't know
whether it's worth it: you'd like to offer a Minimum Viable Product and iterate
from there. I want to show how you can achieve it without writing a single line
of code."
tags: [Case Studies]
-image: https://blog.frankel.ch/assets/resources/poor-man-api/jar-g19c1e6973.jpg
+image: https://static.apiseven.com/2022/11/28/63841cb4ad10a.png
---
> Creating a full-fledged API requires resources, both time and money. You
> need to think about the model, the design, the REST principles, etc.,
> without writing a single line of code. Most of the time, you don't know
> whether it's worth it: you'd like to offer a Minimum Viable Product and
> iterate from there. I want to show how you can achieve it without writing a
> single line of code.