Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Companion url hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rughalt committed May 6, 2021
1 parent 0ee9d42 commit ef8ecd1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions changelogs/changelog.0.92.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### All changes
- Hotfix for Companion URL
4 changes: 2 additions & 2 deletions module/actor/entity.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import {D35E} from "../config.js";
*/
export class ActorPF extends Actor {
/* -------------------------------------------- */
//API_URI = 'https://companion.legaciesofthedragon.com/';
API_URI = 'http://localhost:5000';
API_URI = 'https://companion.legaciesofthedragon.com/';
//API_URI = 'http://localhost:5000';

static chatListeners(html) {
html.on('click', 'button[data-action]', this._onChatCardButtonAction.bind(this));
Expand Down
2 changes: 1 addition & 1 deletion system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "D35E",
"title": "3.5e SRD",
"description": "Implementation of 3.5 edition System Reference Document for Foundry VTT. Aiming to provide 100% SRD coverage.",
"version": "0.92.6",
"version": "0.92.7",
"author": "Rughalt",
"templateVersion": 2,
"scripts": [],
Expand Down

0 comments on commit ef8ecd1

Please sign in to comment.