Merge pull request #173 from chakflying/redirects&status

Feat: Implement Max.Redirects & Accepted Status Codes
This commit is contained in:
Louis Lam
2021-08-08 21:19:20 +08:00
committed by GitHub
11 changed files with 268 additions and 22 deletions

View File

@@ -8,7 +8,7 @@ class Database {
static templatePath = "./db/kuma.db"
static path = "./data/kuma.db";
static latestVersion = 5;
static latestVersion = 6;
static noReject = true;
static connect() {