Skip to content

Commit

Permalink
Indent issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jvwong committed Jul 25, 2024
1 parent 0e6be4d commit 0b6a62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ router.get('/search', function(req, res){
* responses:
* 200:
* description: The metadata for the grounding
* 404:
* description: The grounding was not found
* 404:
* description: The grounding was not found
*/
router.post('/get', function(req, res, next){
const { namespace, id } = req.body;
Expand Down

0 comments on commit 0b6a62b

Please sign in to comment.