mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 01:32:24 -06:00
7 lines
108 B
Go
7 lines
108 B
Go
package fileserver
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
func (m *fileServer) serveEmoji(c *gin.Context) {
|
|
|
|
}
|