@spartacus/core
Version:
Spartacus - the core framework
10 lines (9 loc) • 306 B
TypeScript
import { InjectionToken } from '@angular/core';
/**
* The url of the server request when running SSR
* */
export declare const SERVER_REQUEST_URL: InjectionToken<string>;
/**
* The url of the server request host when running SSR
* */
export declare const SERVER_REQUEST_ORIGIN: InjectionToken<string>;