Skip to content

Commit

Permalink
Fix exiting RisiBank modal
Browse files Browse the repository at this point in the history
  • Loading branch information
7PH committed Jul 7, 2024
1 parent b605a86 commit 59797cf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/risibank.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "risibank-web-api",
"version": "1.1.0",
"version": "1.1.1",
"description": "Integrate RisiBank in any front-end application 😎",
"type": "module",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export class Constants {
static RISIBANK_URL = 'https://risibank.fr/';
static RISIBANK_URL = 'https://risibank.fr';

static RISIBANK_CACHE_REGEX =
/https:\/\/risibank.fr\/cache\/medias\/(\d+)\/(\d+)\/(\d+)\/(\d+)\/(\w+)\.(jpg|jpeg|gif|png)/;
Expand Down

0 comments on commit 59797cf

Please sign in to comment.