[Feature] All endpoints #2

Merged
javier merged 11 commits from feature/endpoints into main 2023-04-18 20:03:13 +00:00
Showing only changes of commit 247049268c - Show all commits

View File

@ -0,0 +1,5 @@
extension String {
enum Scheme {
static let https = "https"
}
}