Added new trip plan creator and removed visit count stores
This commit is contained in:
@@ -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,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user