2
2
mirror of https://github.com/Thream/website.git synced 2024-07-06 18:40:12 +02:00

fix: update API to v1.2.6

This commit is contained in:
Divlo 2023-05-13 20:51:19 +02:00
parent fa7b155ea4
commit fd138caa4b
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
Thream's website to stay close with your friends and communities.
It uses [Thream/api](https://github.com/Thream/api) [v1.2.5](https://github.com/Thream/api/releases/tag/v1.2.5).
It uses [Thream/api](https://github.com/Thream/api) [v1.2.6](https://github.com/Thream/api/releases/tag/v1.2.6).
## ⚙️ Getting Started

View File

@ -1,6 +1,6 @@
import axios from 'axios'
export const API_VERSION = '1.2.5'
export const API_VERSION = '1.2.6'
export const API_DEFAULT_PORT = 8080