Fix URL getters

This commit is contained in:
Oliver 2021-08-09 07:51:46 +10:00
parent beeea794cb
commit 2dfe8921eb
7 changed files with 10 additions and 35 deletions

View file

@ -37,7 +37,7 @@ class InvenTreePageResponse {
class InvenTreeModel {
// Override the endpoint URL for each subclass
String URL = "";
String get URL => "";
// Override the web URL for each subclass
// Note: If the WEB_URL is the same (except for /api/) as URL then just leave blank