Skip to content

Commit

Permalink
fix(explorer): Expose OpenAPI endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed May 23, 2024
1 parent bd65267 commit cbe4612
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/explorer/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@
"serviceId": "api",
"region": "us-central1"
}
},
{
"source": "/openapi/**",
"run": {
"serviceId": "api",
"region": "us-central1"
}
}
]
}
Expand Down

0 comments on commit cbe4612

Please sign in to comment.