Changed endpoint names
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user