test ('find student [GET `/v1/student/:id`]', async () => { const res = await fastify.inject({ method: 'GET', url: '/v1/student/5e456a4628309eb0e1c53d9a', }); ...
確定! 回上一頁