rename api end url to bookings

This commit is contained in:
Thomas Ruoff
2021-06-21 23:35:00 +02:00
parent 3babb39ec2
commit 718ed41f8d
13 changed files with 15 additions and 15 deletions

View File

@@ -38,7 +38,7 @@ export default function AdminRecentBookings({ bookings }) {
>
<div className="px-4 py-5 sm:px-6">
<h3 className="text-lg leading-6 font-medium text-gray-900">
<Link href={`/admin/booking/${booking.uuid}`}>
<Link href={`/admin/bookings/${booking.uuid}`}>
<a className="link">Booking {booking.uuid}</a>
</Link>
</h3>