Drop ALL STARS

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2025-03-10 15:29:29 +08:00
committed by YumeMichi
parent fc55a09773
commit 782c2d7ab0
3288 changed files with 1 additions and 234137 deletions
-3
View File
@@ -17,8 +17,5 @@ func main() {
// SIF
router.SifRouter(r)
// AS
router.AsRouter(r)
r.Run(":80") // listen and serve on 0.0.0.0:8080 (for windows "localhost:8080")
}