Renamed the ServerResourceUseCase use case in the library target as ServeURIUseCase.
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ import struct Hummingbird.Response
|
||||
import struct Logging.Logger
|
||||
|
||||
/// A use case that serves a resource, defined by its URI path, from a physical location.
|
||||
struct ServeResourceUseCase<FileSystemProvider: FileProvider> {
|
||||
struct ServeURIUseCase<FileSystemProvider: FileProvider> {
|
||||
|
||||
// MARK: Properties
|
||||
|
||||
Reference in New Issue
Block a user