1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

api: rename createMarkdownRenderer

This commit is contained in:
Adhityaa Chandrasekar
2018-07-24 12:13:23 +05:30
parent 1f45c04aca
commit 94f0f68604
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ func main() {
exitIfError(smtpConfigure())
exitIfError(smtpTemplatesLoad())
exitIfError(oauthConfigure())
exitIfError(createMarkdownRenderer())
exitIfError(markdownRendererCreate())
exitIfError(setupSigintCleanup())
exitIfError(serveRoutes())