diff options
Diffstat (limited to 'src/api/routes/rooms.js')
| -rw-r--r-- | src/api/routes/rooms.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/routes/rooms.js b/src/api/routes/rooms.js index e08cc6e7..1a7a7453 100644 --- a/src/api/routes/rooms.js +++ b/src/api/routes/rooms.js @@ -1,4 +1,5 @@ import {sendRequest} from "../index"; +import {deleteById, getById} from "./util"; export function getRoom(roomId) { return getById("/rooms/{roomId}", {roomId}); |
