* Complete add-player modal

* New player listing
* New player action layout
This commit is contained in:
MaxJa4
2024-01-15 21:26:46 +01:00
parent 04a2a2815d
commit 80d0489b41
16 changed files with 308 additions and 107 deletions

View File

@@ -31,8 +31,8 @@ func GetAllClans(c *gin.Context) {
c.JSON(http.StatusOK, clans)
}
// GetAllClanOptions GET /clan_options
func GetAllClanOptions(c *gin.Context) {
// GetAllClansHTML GET /clans_html
func GetAllClansHTML(c *gin.Context) {
var clans []models.Clan
models.DB.Find(&clans)