isdashboard/src/main/webapp/app/config/app-properties.ts

4 lines
91 B
TypeScript

export class appProperties {
public static BASEURL_API = 'http://localhost:8080/api/';
}