add swagger.yml and test route
This commit is contained in:
parent
735de8d657
commit
0254ec2525
3 changed files with 124 additions and 2 deletions
|
@ -7,7 +7,8 @@ func main() {
|
|||
router.GET("/test", runTest)
|
||||
|
||||
// Search for item info
|
||||
router.GET("/test", runTest)
|
||||
router.GET("/claims/{barcode}", runTest)
|
||||
router.DELETE("/claims/{barcode}", runTest)
|
||||
// Update item info
|
||||
router.GET("/test", runTest)
|
||||
// Add new item info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue