summaryrefslogtreecommitdiff
path: root/indoteknik_api/controllers/api_v1/activity.py
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-07-03 09:02:07 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-07-03 09:02:07 +0700
commitb7b7d0a4b88971ea4aaec1fce186c223d13ae0c4 (patch)
treec1098299eef0c0ec7747adaf97be29dfd780ddae /indoteknik_api/controllers/api_v1/activity.py
parent7df14abdd24cfaf92d92f155a51c0111e9425620 (diff)
parent53b7bd51793802ebaa5e1bb9b8d525547158fe8b (diff)
Merge branch 'release' into aiway-bill
# Conflicts: # indoteknik_custom/models/__init__.py
Diffstat (limited to 'indoteknik_api/controllers/api_v1/activity.py')
-rw-r--r--indoteknik_api/controllers/api_v1/activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_api/controllers/api_v1/activity.py b/indoteknik_api/controllers/api_v1/activity.py
index dfc0951c..142db845 100644
--- a/indoteknik_api/controllers/api_v1/activity.py
+++ b/indoteknik_api/controllers/api_v1/activity.py
@@ -13,6 +13,6 @@ class Activity(controller.Controller):
'page_title': kw.get('page_title', ''),
'url': kw.get('url', ''),
'res_user_id': user_id,
- 'ip_address': kw.get('url', '')
+ 'ip_address': kw.get('ip_address', '')
})
return self.response(True) \ No newline at end of file