add static route module

This commit is contained in:
yanghao05
2023-01-30 19:33:24 +08:00
parent 2553252049
commit 591543d2a8
6 changed files with 35 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
package modules
import (
_ "atom/modules/resources/container"
_ "atom/modules/system/container"
)