Skip to content

Commit

Permalink
updates API url
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmegrave committed Jan 6, 2025
1 parent ff7e7d1 commit 8ee119a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "covil-velho-dragao",
"description": "<description of the package>",
"license": "https://creativecommons.org/licenses/by-sa/4.0/deed.pt-br",
"homepage": "https://covil.karlz.com.br",
"homepage": "https://covildovelhodragao.com",
"repository": {
"type": "git",
"url": "https://github.com/itsmegrave/covil-foundryvtt"
Expand Down
2 changes: 1 addition & 1 deletion src/module/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { CovilConfig } from '../types/covil-config';

export const Covil: CovilConfig = {
logPrefix: 'covil-velho-dragao | ',
baseUrl: 'https://covil.karlz.com.br/api/',
baseUrl: 'https://covildovelhodragao.com/api/',
forgeUrl: 'criaitem',
};

0 comments on commit 8ee119a

Please sign in to comment.