DEVELOPMENT ENVIRONMENT

~liljamo/tixe

ref: 31b0f41197eadc68ffe5da1dac799e1e8ea6505c tixe/api/root.go -rw-r--r-- 133 bytes
31b0f411Jonni Liljamo feat: eye candy profile name button to settings 1 year, 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
package api

import (
	"net/http"

	"github.com/gin-gonic/gin"
)

func Root(c *gin.Context) {
	c.String(http.StatusOK, "api root")
}