From a9d02b2f1c90e95cc4e14ade75b515681c6ec1f8 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Thu, 16 Jan 2020 12:05:49 +0800 Subject: [PATCH] PUB @geekpi https://linux.cn/article-11788-1.html --- ... How to write a Python web API with Pyramid and Cornice.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {translated/tech => published}/20200106 How to write a Python web API with Pyramid and Cornice.md (98%) diff --git a/translated/tech/20200106 How to write a Python web API with Pyramid and Cornice.md b/published/20200106 How to write a Python web API with Pyramid and Cornice.md similarity index 98% rename from translated/tech/20200106 How to write a Python web API with Pyramid and Cornice.md rename to published/20200106 How to write a Python web API with Pyramid and Cornice.md index c6fc97c88a..1ebcc920e9 100644 --- a/translated/tech/20200106 How to write a Python web API with Pyramid and Cornice.md +++ b/published/20200106 How to write a Python web API with Pyramid and Cornice.md @@ -1,8 +1,8 @@ [#]: collector: (lujun9972) [#]: translator: (geekpi) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-11788-1.html) [#]: subject: (How to write a Python web API with Pyramid and Cornice) [#]: via: (https://opensource.com/article/20/1/python-web-api-pyramid-cornice) [#]: author: (Moshe Zadka https://opensource.com/users/moshez)