add test of auditoryResources route request

This commit is contained in:
Brandon Egger
2023-03-15 16:12:44 -05:00
parent 56320be01f
commit 864806ed5a
4 changed files with 15 additions and 27 deletions

View File

@ -1,7 +1,11 @@
import { type NextPage } from "next";
import Head from "next/head";
import { api } from "~/utils/api";
const Home: NextPage = () => {
const query = api.auditoryResource.getAll.useQuery();
console.log(query.data);
return (
<>