We can add weapons and equipment

This commit is contained in:
2025-12-28 14:48:59 +01:00
parent 4aea3559e6
commit 530931764d
7 changed files with 1294 additions and 22 deletions
+2
View File
@@ -4,6 +4,7 @@ import (
"bamort/character"
"bamort/config"
"bamort/database"
"bamort/equipment"
"bamort/gsmaster"
"bamort/importer"
"bamort/logger"
@@ -73,6 +74,7 @@ func main() {
// Register your module routes
gsmaster.RegisterRoutes(protected)
character.RegisterRoutes(protected)
equipment.RegisterRoutes(protected)
maintenance.RegisterRoutes(protected)
importer.RegisterRoutes(protected)
pdfrender.RegisterRoutes(protected)