This commit is contained in:
Olu Amey
2020-11-27 15:26:21 -05:00
parent bb2e83b9b7
commit 944552e117
@@ -22,7 +22,7 @@ export class MermsServiceProviderService {
constructor(public http: HttpClient,
private mermsSessionService: MermsSessionService) {
this.url="http://api.dev.mermsemr.com";
this.url="https://api.dev.mermsemr.com";
}