Documented the StaticFile enumeration in the library target.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
extension String {
|
||||
enum Format {
|
||||
enum Path {
|
||||
static let data = "/data/%@"
|
||||
static let docs = "/docs/%@"
|
||||
static let root = "/%@"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user