tried out bee, will replace with own solution

This commit is contained in:
Jannis Heydemann
2026-05-06 11:28:17 +02:00
parent 71262323b9
commit c37d89c2f5
6 changed files with 108 additions and 0 deletions

View File

@@ -7,4 +7,5 @@ import (
func init() {
beego.Router("/", &controllers.MainController{})
beego.Router("/fortnite", &controllers.FortniteController{})
}