Mistakenly overwritten files from merge of dev branch

This commit is contained in:
Michael Shamoon
2021-01-01 12:41:05 -08:00
parent a4e5d36a02
commit 6566e36141
2 changed files with 139 additions and 138 deletions

View File

@@ -4,7 +4,7 @@
export const environment = {
production: false,
apiBaseUrl: "http://10.0.1.26:8000/api/",
apiBaseUrl: "http://localhost:8000/api/",
appTitle: "Paperless-ng",
version: "DEVELOPMENT"
};