add nodes endpoint
- add NodesController - add NodesEndpoint - add NodesControllerTest - add NodesController - add nodes.http - add NodeEntity toNodesResponse in Mapping.kt - add getNodes to NodeService - add findAll to NodeRepository
This commit is contained in:
8
http/nodes.http
Normal file
8
http/nodes.http
Normal file
@@ -0,0 +1,8 @@
|
||||
### get all types
|
||||
GET {{hostname}}/nodes
|
||||
|
||||
### get all types
|
||||
GET {{hostname}}/nodes/page-1
|
||||
|
||||
### get all types
|
||||
GET {{hostname}}/nodes/page-1/show-2
|
||||
Reference in New Issue
Block a user