diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-07-03 08:09:52 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-07-03 08:09:52 +0700 |
| commit | 53b7bd51793802ebaa5e1bb9b8d525547158fe8b (patch) | |
| tree | ab6ba4fa3cb42c75ecea5ab181dd56856a1d761a /indoteknik_api/controllers/api_v1/activity.py | |
| parent | 137249f697852aa6362bb26975e1b038dc41dda6 (diff) | |
| parent | 1c472d84a45ba1b6fbed64562f0d6c410b7c306a (diff) | |
Merge branch 'release' into nathan-dev
Diffstat (limited to 'indoteknik_api/controllers/api_v1/activity.py')
| -rw-r--r-- | indoteknik_api/controllers/api_v1/activity.py | 2 |
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 |
