Added new trip plan creator and removed visit count stores

This commit is contained in:
Sean Morley
2024-05-06 23:13:38 +00:00
parent 01865951ac
commit 7565279e61
3 changed files with 28 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ export async function POST(event: RequestEvent): Promise<Response> {
return new Response(
JSON.stringify({
tirp: body.newTrip,
trip: body.newTrip,
message: { message: "Trip added" },
id: insertedId,
}),