package controllers
import "github.com/gin-gonic/gin"
func InitiatePCOOuath(c *gin.Context) {
c.String(200, "ok")
}