From 07752babb4e692452e1cd7f2133c4d8dde1b3b1c Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Sun, 23 Jun 2024 13:55:42 -0700 Subject: Authenticate UI users --- client/src/mocks/handlers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/mocks/handlers.ts') diff --git a/client/src/mocks/handlers.ts b/client/src/mocks/handlers.ts index 217a7d5..0e882ee 100644 --- a/client/src/mocks/handlers.ts +++ b/client/src/mocks/handlers.ts @@ -4,7 +4,7 @@ import { nanoid } from '@reduxjs/toolkit'; const token = nanoid(); export const handlers = [ - http.post('/guest-login', () => { + http.post('/guests/login', () => { return HttpResponse.json({ guest: { id: 1, -- cgit v1.2.3