From 234bbd6c6054812133b94e39dd3c3d419b83511d Mon Sep 17 00:00:00 2001 From: KOSASIH Date: Sat, 11 May 2024 13:47:42 +0700 Subject: [PATCH] Create controllers.py --- web/controllers.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 web/controllers.py diff --git a/web/controllers.py b/web/controllers.py new file mode 100644 index 0000000..919735c --- /dev/null +++ b/web/controllers.py @@ -0,0 +1,6 @@ +# web/controllers.py +from flask_restful import Resource + +class PipfsController(Resource): + def get(self): + # ...