mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-08 10:51:09 -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) {
|
||
|
|
|
||
|
|
}
|