Merge remote-tracking branch 'origin/master' into natasha/b2b-auth

Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
Mike Lewis
2021-11-22 18:22:57 +00:00
201 changed files with 1464 additions and 610 deletions
+2 -2
View File
@@ -227,14 +227,14 @@ export interface Config {
};
/**
* @example http://localhost:7000/api/techdocs
* @example http://localhost:7007/api/techdocs
* @visibility frontend
* @deprecated
*/
requestUrl?: string;
/**
* @example http://localhost:7000/api/techdocs/static/docs
* @example http://localhost:7007/api/techdocs/static/docs
* @deprecated
*/
storageUrl?: string;