mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: update environment variables names
This commit is contained in:
@@ -53,7 +53,7 @@ export class ContentStub extends BaseSchema {
|
||||
* Helper to return the internal url of this content.
|
||||
*/
|
||||
static getUrl(item: ContentElement): string {
|
||||
return new URL('/content/view/' + item.id, config.apiPath).toString();
|
||||
return new URL('/content/view/' + item.id, config.apiBaseUrl).toString();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user