DEVELOPMENT ENVIRONMENT

~liljamo/tixe

ref: 960570f130cd5d9e4f2376edd399874c6740f650 tixe/api/root.go -rw-r--r-- 133 bytes
960570f1Jonni Liljamo fix: make placeholder lighter in tag input 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")
}