From 3e0c777d6408e3361304cbba8043573ad0e6bf95 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 14 Nov 2017 12:35:13 +0100 Subject: [PATCH] Testing GitHub webhook --- auth/auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/auth.go b/auth/auth.go index aed84e2b..02fb1413 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -5,7 +5,7 @@ import "github.com/animenotifier/notify.moe/utils" const newUserStartRoute = "/settings" -// Install ... +// Install installs the authentication routes in the application. func Install(app *aero.Application) { // Google InstallGoogleAuth(app)