Skip to content

Commit 9205210

Browse files
author
Doris Lam
committed
fix: fix query repo in example postman collection
1 parent c5d4124 commit 9205210

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose/Flexo MMS Local Example.postman_collection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,13 @@
254254
"header": [
255255
{
256256
"key": "content-type",
257-
"value": "application/sparl-query",
257+
"value": "application/sparql-query",
258258
"type": "text"
259259
}
260260
],
261261
"body": {
262262
"mode": "raw",
263-
"raw": "select ?ref ?commit ?time where {\n\t?ref mms:commit ?commit .\n\t?commit mms:submitted ?time\n} "
263+
"raw": "prefix mms: <https://mms.openmbee.org/rdf/ontology/>\n\nselect ?ref ?commit ?time where {\n\t?ref mms:commit ?commit .\n\t?commit mms:submitted ?time\n} "
264264
},
265265
"url": {
266266
"raw": "{{host}}/orgs/openmbee/repos/hackathon/query",

0 commit comments

Comments
 (0)