1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Issue-#850: Rest api

This commit is contained in:
Akshay 2022-02-24 23:20:19 +01:00
parent 9b4de97167
commit 638a302151

View File

@ -138,7 +138,7 @@ exports.createPages = ({ graphql, actions }) => {
filter: { filter: {
frontmatter: { frontmatter: {
title: { eq: "API.md" } title: { eq: "API.md" }
app: { eq: "aquarius" } app: { eq: "provider" }
} }
} }
) { ) {