mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-01 06:42:26 +00:00
5 lines
127 B
TypeScript
5 lines
127 B
TypeScript
export async function data() {
|
|
const json = await fetch("https://models.dev/api.json").then((x) => x.text())
|
|
return json
|
|
}
|