We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060e5e4 commit fbbb68cCopy full SHA for fbbb68c
1 file changed
src/mocks/handlers/key.ts
@@ -2,7 +2,7 @@ import { http, HttpResponse } from 'msw';
2
import { API_ENDPOINTS } from '@constants/apiEndpoints';
3
4
export const keyHandler = [
5
- http.post(API_ENDPOINTS.KEY, () => {
+ http.post(API_ENDPOINTS.MANAGEMENT.KEYS, () => {
6
return HttpResponse.json({
7
ok: true,
8
data: {
0 commit comments