diff --git a/front/src/api/poetry/index.ts b/front/src/api/poetry/index.ts index 36e60b3..4133171 100644 --- a/front/src/api/poetry/index.ts +++ b/front/src/api/poetry/index.ts @@ -5,10 +5,11 @@ const initialPoetry: Poetry = { title: '', text: '', author: '', + id: 0, } const composePoetryURL = () => ( - API_URL + '/poetry?' + API_URL + '/user/poem?' ) const processPoetry = (data: PoetryResponse): Poetry => { diff --git a/front/src/api/poetry/types.ts b/front/src/api/poetry/types.ts index d3855dc..8251d1b 100644 --- a/front/src/api/poetry/types.ts +++ b/front/src/api/poetry/types.ts @@ -4,6 +4,7 @@ type PoetryResponse = { title: string, text: string, author: string, + id: number, } const isPoetryResponse = (obj: unknown): obj is PoetryResponse => ( @@ -11,6 +12,7 @@ const isPoetryResponse = (obj: unknown): obj is PoetryResponse => ( 'title': 'string', 'text': 'string', 'author': 'string', + 'id': 'number', }) ) diff --git a/front/src/components/Poetry.tsx b/front/src/components/Poetry.tsx index c8473cd..2bd23aa 100644 --- a/front/src/components/Poetry.tsx +++ b/front/src/components/Poetry.tsx @@ -1,18 +1,13 @@ -import { CSSProperties } from 'react' import { usePoetry } from '../hooks/api' import { gotError, gotResponse } from '../hooks/useFetch' -const styles = { - container: { - paddingBottom: 8, - } as CSSProperties, -} +import styles from '../styles/Poetry.module.css' function Poetry() { const poetry = usePoetry() return ( -
{poetry.data.author}
> ) diff --git a/front/src/hooks/api/usePoetry.ts b/front/src/hooks/api/usePoetry.ts index 6547f63..631f117 100644 --- a/front/src/hooks/api/usePoetry.ts +++ b/front/src/hooks/api/usePoetry.ts @@ -1,121 +1,17 @@ -import { Poetry } from '../../api/poetry/types' -import { UseFetchReturn } from '../useFetch' - -const testPoetry: Poetry = { - title: 'The Mouse\'s Tale', - text: `