* Complete add-player modal
* New player listing * New player action layout
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user