Typo in commend and switching to discordrone for notifications.

This commit is contained in:
2019-12-22 00:56:43 +05:00
parent 6a787e7e23
commit da4bc379d8
2 changed files with 9 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ import (
)
// GET for "/pastes/", a list of publicly available pastes.
// Web inteface version.
// Web interface version.
func pastesGET(ec echo.Context) error {
// We should check if database connection available.
dbConn := c.Database.GetDatabaseConnection()