You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementing the TypeORM relations between /hotels and rooms made some changes in the GET /hotels/:id necessary, in order for all types to still be valid.
After implementing all relations, the number of rooms should be re-implemented on this route.
Implementing the TypeORM relations between
/hotelsandroomsmade some changes in theGET /hotels/:idnecessary, in order for all types to still be valid.After implementing all relations, the number of rooms should be re-implemented on this route.