add file
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -119,4 +119,4 @@ class EndpointHandler:
|
|
119 |
|
120 |
def postprocess(self, data: Dict[str, Any]) -> Dict[str, Any]:
|
121 |
"""後處理輸出數據"""
|
122 |
-
return data
|
|
|
119 |
|
120 |
def postprocess(self, data: Dict[str, Any]) -> Dict[str, Any]:
|
121 |
"""後處理輸出數據"""
|
122 |
+
return data
|