mirror of https://github.com/abpframework/abp.git
4 changed files with 37 additions and 1 deletions
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 151 KiB |
@ -0,0 +1,16 @@ |
|||
# Microservice Tutorial Part 06: Integrating the services: HTTP API Calls |
|||
|
|||
````json |
|||
//[doc-nav] |
|||
{ |
|||
"Previous": { |
|||
"Name": "Building the Ordering module", |
|||
"Path": "tutorials/microservice/part-05" |
|||
}, |
|||
"Next": { |
|||
"Name": "Integrating the services: Using Distributed Events", |
|||
"Path": "tutorials/microservice/part-07" |
|||
} |
|||
} |
|||
```` |
|||
|
|||
Loading…
Reference in new issue