spelling: dynamic

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pull/658/head
Josh Soref 2 years ago
parent af0927cf5c
commit bc53300e33
  1. 2
      routes.go

@ -82,7 +82,7 @@ func InitRoutes(apper Apper, r *mux.Router) *mux.Router {
configureGenericOauth(handler, write, apper.App())
configureGiteaOauth(handler, write, apper.App())
// Set up dyamic page handlers
// Set up dynamic page handlers
// Handle auth
auth := write.PathPrefix("/api/auth/").Subrouter()
if apper.App().cfg.App.OpenRegistration {

Loading…
Cancel
Save