Skip to content

Commit b2ea990

Browse files
committed
Added another log message for CloudTAK
1 parent c2ce673 commit b2ea990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opentakserver/blueprints/marti_api/group_marti_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ def put_active_bits():
159159
@group_api.route('/Marti/api/groups/active', methods=['PUT'])
160160
def put_active_groups():
161161
logger.info(request.args)
162+
logger.info(request.json)
162163
uid = request.args.get("clientUid")
163164
if not uid:
164165
logger.error("clientUid required")

0 commit comments

Comments
 (0)