Revert "Fix list small card layout"

This reverts commit 0e93f7eba5.
This commit is contained in:
Michael Shamoon
2020-12-21 09:52:55 -08:00
parent 0e93f7eba5
commit dcbc0ea2e5
3 changed files with 130 additions and 133 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
export const environment = {
production: false,
apiBaseUrl: "http://10.0.1.28:8000/api/",
apiBaseUrl: "http://localhost:8000/api/",
appTitle: "Paperless-ng",
version: "DEVELOPMENT"
};