From 72ad900ebbc5d50e0026589a93e908b72c9829b7 Mon Sep 17 00:00:00 2001 From: Dani Tseitlin Date: Sat, 28 Sep 2024 04:05:11 +0300 Subject: [PATCH] . --- tests/unit/mock.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/mock.ts b/tests/unit/mock.ts index e03d10c..c9f0956 100644 --- a/tests/unit/mock.ts +++ b/tests/unit/mock.ts @@ -1,7 +1,7 @@ import { Route, Request } from 'dmock-server'; export const mock: Route[] = [{ - path: '/api/v1/user', + path: '/api/users', method: 'get', response: {} },{