Skip to content

Commit 9c57f8c

Browse files
committed
bump: EndPoint
1 parent 0fe13a3 commit 9c57f8c

File tree

2 files changed

+81
-81
lines changed

2 files changed

+81
-81
lines changed

Sources/EndPoint/OpenAPI/Server.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extension APIProtocol {
1818
/// request handlers.
1919
/// - configuration: A set of configuration values for the server.
2020
/// - middlewares: A list of middlewares to call before the handler.
21-
public func registerHandlers(
21+
internal func registerHandlers(
2222
on transport: any ServerTransport,
2323
serverURL: Foundation.URL = .defaultOpenAPIServerURL,
2424
configuration: Configuration = .init(),

0 commit comments

Comments
 (0)