feat: frontend
This commit is contained in:
@@ -12,5 +12,5 @@ func BaseFunction(context *gin.Context) {
|
||||
}
|
||||
|
||||
func PublicEndpoint(context *gin.Context) {
|
||||
context.String(http.StatusOK, "Public endpoint for you to land at")
|
||||
context.JSON(http.StatusOK, "Public endpoint for you to land at")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user