fixed route not being updated on restart, added experimental middleware compose support

This commit is contained in:
yusing
2024-09-30 19:00:27 +08:00
parent 478311fe9e
commit e951194bee
5 changed files with 184 additions and 34 deletions

View File

@@ -0,0 +1,9 @@
package middleware
import (
"testing"
)
func TestBuild(t *testing.T) {
}