fix: rename fiber entrypoint from http/api to http/app (#2096)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
Co-authored-by: Dave <dave@gray101.com>
This commit is contained in:
Ettore Di Giacinto 2024-04-21 22:39:28 +02:00 committed by GitHub
parent 228bc4903f
commit f3f6535aad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 0 deletions

View file

@ -1,13 +0,0 @@
package http_test
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestLocalAI(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "LocalAI test suite")
}