Skip to content

Commit

Permalink
Merge pull request #65 from H2-invent/hotfix/apiRouteFix
Browse files Browse the repository at this point in the history
api route to check room info
  • Loading branch information
holema authored Feb 13, 2021
2 parents 679960e + 8951750 commit 1dbca3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/api/APIUserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function index(): Response
}

/**
* @Route("/api/v1/{uidReal}", name="apiV1_roomGetUser",methods={"GET"})
* @Route("/api/v1/room/info/{uidReal}", name="apiV1_roomGetUser",methods={"GET"})
*/
public function getRoomInformations(Request $request, $uidReal, RoomService $roomService): Response
{
Expand Down

0 comments on commit 1dbca3e

Please sign in to comment.