5 lines
190 B
Plaintext
5 lines
190 B
Plaintext
# world_snapshot snapshot statuses dropdown API (W-04)
|
|
debug(f'world_snapshot snapshot_statuses.dspy: START')
|
|
res = await list_snapshot_statuses()
|
|
return json.dumps(res, ensure_ascii=False)
|