Renamed the ServerResourceUseCase use case in the library target as ServeURIUseCase.

This commit is contained in:
2025-09-25 01:43:52 +02:00
parent 7a17e83f8c
commit 1046a9fc8d
2 changed files with 8 additions and 8 deletions
@@ -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