Skip to content

Commit

Permalink
aspace update
Browse files Browse the repository at this point in the history
  • Loading branch information
nosivads committed Dec 17, 2023
1 parent 6649290 commit 395e544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/aspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
print()
print(list(client.get('schemas').json().keys()))
print()
print(client.get('/search', params={'q':'primary+type:resource', 'page':1}))
print(client.get('/search', params={'q':'primary_type:resource', 'page':1}).json())


0 comments on commit 395e544

Please sign in to comment.