Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -65,7 +65,7 @@ class Login(APIView) : | ... | @@ -65,7 +65,7 @@ class Login(APIView) : |
65 | Door.objects.create(door_id = 12345) | 65 | Door.objects.create(door_id = 12345) |
66 | Lock.objects.create(id=1) | 66 | Lock.objects.create(id=1) |
67 | Record.objects.create(id=1) | 67 | Record.objects.create(id=1) |
68 | - AddDevice(id=1) | 68 | + AddDevice.objects.create(id=1) |
69 | return Response({ | 69 | return Response({ |
70 | 'msg' : 'doorid값 삽입 완료', | 70 | 'msg' : 'doorid값 삽입 완료', |
71 | }) | 71 | }) | ... | ... |
-
Please register or login to post a comment