pis #12

Merged
fred.boniface merged 95 commits from pis into main 2023-05-06 21:54:51 +01:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 6c754255f6 - Show all commits

View File

@ -1,10 +1,10 @@
module.exports = statusCodes = {
700: "no authentication attempt",
701: "invalid credentials",
702: "domain whitelisted",
702: "domain not whitelisted",
703: "registration request not found, maybe expired",
800: "location code not found",
801: "unable to fetch location data",
900: "invalid request format",
950: "upstream server error",
}
}