Skip to content

Commit

Permalink
ring.openapi.openapi3 => ring.swagger.openapi3
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed May 1, 2024
1 parent 9ca0e79 commit fcbf57c
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
@@ -1,4 +1,4 @@
(ns ring.openapi.openapi3
(ns ring.swagger.openapi3
(:require [clojure.string :as str]
[schema.core :as s]
[schema-tools.core :as stc]
Expand Down
2 changes: 1 addition & 1 deletion test/ring/openapi/openapi3_test.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns ring.openapi.openapi3-test
(:require [clojure.test :refer :all]
[ring.openapi.openapi3 :refer :all]
[ring.swagger.openapi3 :refer :all]
[schema.core :as s]
[ring.openapi.openapi3-schema :as full-schema]
[ring.swagger.json-schema :as rsjs]
Expand Down

0 comments on commit fcbf57c

Please sign in to comment.