export class EntriesService { // TODO add DatabaseConnectorService getEntry = async () => { return "API is working" } }