forked from Yara724/api
group lookups added also fanavaran module grant access
This commit is contained in:
@@ -107,6 +107,16 @@ export const FANAVARAN_REMOTE_LOOKUPS: FanavaranRemoteLookupDefinition[] = [
|
||||
url: `${FANAVARAN_LOOKUP_BASE_URL}/common/base-info/Provinces`,
|
||||
cacheFile: "provinces.json",
|
||||
},
|
||||
{
|
||||
name: "used-place",
|
||||
url: `${FANAVARAN_LOOKUP_BASE_URL}/car/code-list/used-place`,
|
||||
cacheFile: "used-place.json",
|
||||
},
|
||||
{
|
||||
name: "dmg-business-line",
|
||||
url: `${FANAVARAN_LOOKUP_BASE_URL}/car/code-list/dmg-business-line`,
|
||||
cacheFile: "dmg-business-line.json",
|
||||
},
|
||||
];
|
||||
|
||||
export const TEJARAT_STATIC_ACCIDENT_FILES = {
|
||||
|
||||
Reference in New Issue
Block a user