Improved admin page
This commit is contained in:
@ -6,6 +6,7 @@ const ETAGS = new Map<string, string>()
|
||||
const CACHEREFRESH = new Map<string, Promise<void>>()
|
||||
const EXCLUDECACHE = new Set<string>([
|
||||
"/api/",
|
||||
"/admin/",
|
||||
"/paypal/",
|
||||
"/import/",
|
||||
"chrome-extension"
|
||||
|
Reference in New Issue
Block a user