mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
switch rest demo to https in the default config
This commit is contained in:
@@ -9,9 +9,9 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
// The REST API server settings.
|
// The REST API server settings.
|
||||||
rest: {
|
rest: {
|
||||||
ssl: false,
|
ssl: true,
|
||||||
host: 'dspace7.4science.it',
|
host: 'dspace7.4science.it',
|
||||||
port: 80,
|
port: 443,
|
||||||
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
|
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
|
||||||
nameSpace: '/dspace-spring-rest/api'
|
nameSpace: '/dspace-spring-rest/api'
|
||||||
},
|
},
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
import {
|
import {
|
||||||
isEmpty, hasNoValue, hasValue, isNotEmpty, isNull, isNotNull,
|
isEmpty, hasNoValue, hasValue, isNotEmpty, isNull, isNotNull,
|
||||||
isUndefined
|
isUndefined, isNotUndefined
|
||||||
isNotUndefined,
|
|
||||||
} from './empty.util';
|
} from './empty.util';
|
||||||
|
|
||||||
describe('Empty Utils', () => {
|
describe('Empty Utils', () => {
|
||||||
|
Reference in New Issue
Block a user