mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
dependency upgrades, server and platform module updates, linting wip
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Our API for demos only
|
||||
export const fakeDataBase = {
|
||||
get() {
|
||||
let res = { data: 'This fake data came from the db on the server.' };
|
||||
const res = { data: 'This fake data came from the db on the server.' };
|
||||
return Promise.resolve(res);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user