9 lines
181 B
Go
9 lines
181 B
Go
|
package emoji
|
||
|
|
||
|
import "github.com/gin-gonic/gin"
|
||
|
|
||
|
// EmojisGETHandler returns a list of custom emojis enabled on the instance
|
||
|
func (m *Module) EmojisGETHandler(c *gin.Context) {
|
||
|
|
||
|
}
|