[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 ebcb7439d6 - Show all commits

View File

@ -0,0 +1,5 @@
extension String {
enum Host {
static let amiiboApi = "www.amiiboapi.com"
}
}