Changed endpoint names

Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com>
This commit is contained in:
Robert Bunning
2022-12-23 09:24:53 -05:00
parent 4ec300de73
commit 5b6a1920cd
3 changed files with 16 additions and 17 deletions
+2 -2
View File
@@ -62,8 +62,8 @@ export interface AdrFileFetcher {
useReadAdrFileAtUrl: (url: string) => any;
}
const getAdrFilesEndpoint = 'getAdrFilesAtUrl';
const readAdrFileEndpoint = 'readAdrFileAtUrl';
const getAdrFilesEndpoint = 'list';
const readAdrFileEndpoint = 'file';
/**
* An AdrFileFetcher that uses UrlReaders to fetch adr files