pis #12

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

View File

@ -0,0 +1,8 @@
module.exports = statusCodes = {
700: "no authentication attempt",
701: "invalid credentials",
702: "domain whitelisted",
800: "location code not found",
801: "unable to fetch location data",
900: "invalid request format",
}