add swagger.yml and test route

This commit is contained in:
katefort 2025-04-08 19:11:23 -05:00
parent 735de8d657
commit 0254ec2525
3 changed files with 124 additions and 2 deletions

View file

@ -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