We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe13a3 commit 9c57f8cCopy full SHA for 9c57f8c
Sources/EndPoint/OpenAPI/Server.swift
@@ -18,7 +18,7 @@ extension APIProtocol {
18
/// request handlers.
19
/// - configuration: A set of configuration values for the server.
20
/// - middlewares: A list of middlewares to call before the handler.
21
- public func registerHandlers(
+ internal func registerHandlers(
22
on transport: any ServerTransport,
23
serverURL: Foundation.URL = .defaultOpenAPIServerURL,
24
configuration: Configuration = .init(),
0 commit comments