UNPKG

@bund-x/core

Version:

Master Components Core Library

37 lines 1.23 kB
export const devBaseUrl: "http://192.168.100.88:8000/"; export const prodBaseUrl: "https://gobeyound.com/"; export const usersUrl: "/api/v1/users"; export const clientsUrl: "/api/v1/clients"; export const uploadsUrl: "/api/v1/beyound-uploads/upload"; export const moveUploadsUrl: "/api/v1/beyound-uploads/move"; export const libraryUrl: "/api/v1/beyound-uploads/library"; export const projectsUrl: "/api/v1/beyound-projects/all"; export const srcCodeUrl: "/api/v1/beyound-src/code"; export namespace requestOptions { const method: string; const headers: { 'Content-Type': string; 'X-Requested-With': string; Authorization: string; }; } export namespace getRequest { const method_1: string; export { method_1 as method }; const headers_1: { 'Content-Type': string; 'X-Requested-With': string; }; export { headers_1 as headers }; } export namespace postRequest { const method_2: string; export { method_2 as method }; const headers_2: { 'Content-Type': string; Accept: string; 'X-Requested-With': string; }; export { headers_2 as headers }; } //# sourceMappingURL=index.d.ts.map