rename apidocs into api (#4844)

this is to follow standard Golang project layout
This commit is contained in:
Alessandro Ros
2025-08-09 16:05:34 +02:00
committed by GitHub
parent 69d37cc6c6
commit 1f3014aeac
8 changed files with 8 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ type openAPI struct {
}
func TestAPIDocs(t *testing.T) {
byts, err := os.ReadFile("../../apidocs/openapi.yaml")
byts, err := os.ReadFile("../../api/openapi.yaml")
require.NoError(t, err)
var doc openAPI