Skip to content

Commit 3944979

Browse files
authored
Fix runtime.ts (#558)
1 parent ebf3749 commit 3944979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generated/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { Observable, of, Subscriber } from 'rxjs';
1515
import { ajax, AjaxRequest, AjaxResponse } from 'rxjs/ajax';
1616
import { map, concatMap } from 'rxjs/operators';
1717

18-
export const BASE_PATH = 'https://oh2.open-hospital.org".replace(/\/+$/, "");
18+
export const BASE_PATH = "https://oh2.open-hospital.org".replace(/\/+$/, "");
1919

2020
export interface ConfigurationParameters {
2121
basePath?: string; // override base path

0 commit comments

Comments
 (0)