add test of auditoryResources route request
This commit is contained in:
@ -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 (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user