Skip to content

Commit

Permalink
move under resources that we control
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed May 1, 2024
1 parent 313badd commit 69cf6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1655,4 +1655,4 @@
"additionalProperties": false
}
}
}
}
2 changes: 1 addition & 1 deletion src/ring/openapi/validator.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
; http://json-schema.org/draft-04/schema

(def validate
(v/validator (slurp (io/resource "ring/openapi/openapi-schema.json"))))
(v/validator (slurp (io/resource "ring/swagger/openapi-schema.json"))))

0 comments on commit 69cf6ba

Please sign in to comment.