2
2
mirror of https://github.com/Thream/website.git synced 2024-07-04 01:20:13 +02:00

fix: update author - Théo LUDWIG

This commit is contained in:
Théo LUDWIG 2023-07-02 19:36:23 +02:00
parent 84662c7765
commit 2a6e3eca84
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
3 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@ representative at an online or offline event.
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
<contact@divlo.fr>.
<contact@theoludwig.fr>.
All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the

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.6](https://github.com/Thream/api/releases/tag/v1.2.6).
It uses [Thream/api](https://github.com/Thream/api) [v1.2.7](https://github.com/Thream/api/releases/tag/v1.2.7).
## ⚙️ Getting Started
@ -31,7 +31,7 @@ It uses [Thream/api](https://github.com/Thream/api) [v1.2.6](https://github.com/
```sh
# Clone the repository
git clone https://github.com/Thream/website.git
git clone git@github.com:Thream/website.git
# Go to the project root
cd website

View File

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