mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 15:29:26 +00:00
Initial API setup: GET and POST handlers and base permission checks.
This commit is contained in:
parent
535cf06237
commit
8b8a84aa67
15 changed files with 538 additions and 18 deletions
1
be/devices/test_device.json
Normal file
1
be/devices/test_device.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{ "name": "moto g84 5G", "type": "phone" }
|
||||
0
be/devices/test_device.pem
Normal file
0
be/devices/test_device.pem
Normal file
1
be/devices/test_device_2.json
Normal file
1
be/devices/test_device_2.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{ "name": "Samsung Galaxy A-tab 8\"", "type": "tablet" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue