world_snapshot/wwwroot/api/snapshot_list.dspy

5 lines
203 B
Plaintext

# world_snapshot list snapshots API (W-04)
debug(f'world_snapshot snapshot_list.dspy: START params_kw={dict(params_kw)}')
res = await list_snapshots(params_kw)
return json.dumps(res, ensure_ascii=False)