mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-15 22:48:00 +02:00
error logging improvement, regex fix
This commit is contained in:
@@ -137,6 +137,11 @@ angular
|
||||
controller: "queuesAdminController",
|
||||
title: "Admin · Queues – Anonymous GitHub",
|
||||
})
|
||||
.when("/admin/errors", {
|
||||
templateUrl: "/partials/admin/errors.htm",
|
||||
controller: "errorsAdminController",
|
||||
title: "Admin · Errors – Anonymous GitHub",
|
||||
})
|
||||
.when("/404", {
|
||||
templateUrl: "/partials/404.htm",
|
||||
title: "Page not found – Anonymous GitHub",
|
||||
|
||||
Reference in New Issue
Block a user