diff options
Diffstat (limited to 'app/routes')
| -rw-r--r-- | app/routes/api-artists.tsx | 3 | ||||
| -rw-r--r-- | app/routes/api-bands.tsx | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/app/routes/api-artists.tsx b/app/routes/api-artists.tsx index ed762bf..6f83bcc 100644 --- a/app/routes/api-artists.tsx +++ b/app/routes/api-artists.tsx @@ -42,6 +42,3 @@ export async function action({ request }: ActionFunctionArgs) { } } -export default function () { - return null; -} diff --git a/app/routes/api-bands.tsx b/app/routes/api-bands.tsx index 68efdeb..1bcaae2 100644 --- a/app/routes/api-bands.tsx +++ b/app/routes/api-bands.tsx @@ -46,6 +46,3 @@ export async function action({ request }: ActionFunctionArgs) { } } -export default function () { - return null; -} |
