Implemented the Resource model in the library target.
This commit is contained in:
@@ -31,6 +31,8 @@ extension String {
|
||||
static let forwardSlash = "%@/"
|
||||
/// A format pattern used to generate relative paths for index files.
|
||||
static let index = "%@/%@/index.html"
|
||||
/// A format pattern used to generate relative paths for resources.
|
||||
static let resource = "/%@/%@"
|
||||
/// A format pattern used to generate relative paths that starts with the `/` string.
|
||||
static let root = "/%@"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user