Skip to content

Commit 27ac154

Browse files
committed
- 버그 수정, testDB 추가
1 parent bb48a6c commit 27ac154

File tree

3 files changed

+542
-1
lines changed

3 files changed

+542
-1
lines changed

controllers/room-info.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ exports.createRoomInfoAndVRPano = function (req, res, next) {
148148
return RoomInfoBoard.create(roomInfo).then(function (newRoomInfo) {
149149
res.status(201).json({
150150
roomInfo: newRoomInfo,
151-
statusCode: value.statusCode.RequestActionCompleted_20x
151+
statusCode: 1
152+
// statusCode: value.statusCode.RequestActionCompleted_20x
152153
});
153154

154155
return [originalVRImages, newRoomInfo.idx];

cozyhouzz_161102.mwb

25 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)