Added GraphQL API

This commit is contained in:
2018-04-08 17:30:32 +02:00
parent 12b0cb00b2
commit ae610c9e9d
4 changed files with 303 additions and 4 deletions

@ -37,9 +37,9 @@ func Get(ctx *aero.Context) string {
},
}
if company.Image != "" {
openGraph.Tags["og:image"] = company.Image
}
// if company.Image != "" {
// openGraph.Tags["og:image"] = company.Image
// }
if description != "" {
openGraph.Tags["og:description"] = description