aboutsummaryrefslogtreecommitdiff
path: root/src/lib/get.sh
blob: ef7d4f2bb2781915ccc539b0d54f1feb03f9ecb9 (plain) (blame)
1
2
3
get() {
	curl --silent --get "https://api-hiruki-xyz.vercel.app${1}"
}