Fix comments in Demo that lead to 404 (#348)

Co-authored-by: dotasek <david.otasek@smilecdr.com>
This commit is contained in:
dotasek
2022-04-11 11:47:09 -04:00
committed by GitHub
parent cdda71b253
commit bb21ccfe90

View File

@@ -15,6 +15,6 @@ public class Demo {
System.setProperty("spring.batch.job.enabled", "false");
SpringApplication.run(Demo.class, args);
//Server is now accessible at eg. http://localhost:8080/metadata
//Server is now accessible at eg. http://localhost:8080/fhir/metadata
}
}