Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
danitseitlin committed Sep 28, 2024
1 parent 0e28fde commit 72ad900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/mock.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Route, Request } from 'dmock-server';

export const mock: Route[] = [{
path: '/api/v1/user',
path: '/api/users',
method: 'get',
response: {}
},{
Expand Down

0 comments on commit 72ad900

Please sign in to comment.