Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RozmarinUS authored Apr 26, 2024
1 parent de6129f commit 99f76f4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
$ npm install @globalart/warface-api
```
## Модули
[Документация по WFS](https://wfbot.cf/swagger/)<br />[Использование WFS](README_WFS.md) <br />
[Документация по WFS](https://wfs.globalart.dev/swagger/)<br />[Использование WFS](README_WFS.md) <br />
___
[Документация по WF API](https://ru.warface.com/wiki/index.php/API)<br />[Использование WF API](README_WFA.md)
___
2 changes: 1 addition & 1 deletion README_WFS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Инициализация враппера [WFS]
[Документация](https://wfbot.cf/swagger/) <br />
[Документация](https://wfs.globalart.dev/swagger/) <br />
Common JS
```js
const { WFSClient } = require('@globalart/warface-api');
Expand Down
2 changes: 1 addition & 1 deletion 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": "@globalart/warface-api",
"version": "2.1.1",
"version": "2.2.1",
"description": "Warface API library for nodeJs",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/core/wfs/common.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export enum Endpoint {
Api = 'https://wfbot.cf/api',
Web = 'https://wfbot.cf',
Api = 'https://wfs.globalart.dev/api',
Web = 'https://wfs.globalart.dev',
}

0 comments on commit 99f76f4

Please sign in to comment.