mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-18 00:02:44 +00:00
first commit
This commit is contained in:
commit
1cdbffff09
200 changed files with 30007 additions and 0 deletions
6
app/routes/api.models.ts
Normal file
6
app/routes/api.models.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { json } from '@remix-run/cloudflare';
|
||||
import { MODEL_LIST } from '~/utils/constants';
|
||||
|
||||
export async function loader() {
|
||||
return json(MODEL_LIST);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue