mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
rename apidocs into api (#4844)
this is to follow standard Golang project layout
This commit is contained in:
parent
69d37cc6c6
commit
1f3014aeac
8 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue