mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-05 23:56:54 +08:00
rename apidocs into api (#4844)
this is to follow standard Golang project layout
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user