Change api url

This commit is contained in:
2021-11-09 22:22:34 +01:00
parent 90762e22a9
commit 5f934d5b65
2 changed files with 2 additions and 2 deletions

View File

@@ -275,7 +275,7 @@ const translations = {
export default async function () {
let informations = {}
const response = await axios.get<{ translations: Translation[] }>('https://athena.arthurdanjou.fr/translations', {
const response = await axios.get<{ translations: Translation[] }>('https://api.arthurdanjou.fr/translations', {
headers: {
authorization: `Bearer ${process.env.API_TOKEN}`
}

View File

@@ -275,7 +275,7 @@ const translations = {
export default async function () {
let informations = {}
const response = await axios.get<{ translations: Translation[] }>('https://athena.arthurdanjou.fr/translations', {
const response = await axios.get<{ translations: Translation[] }>('https://api.arthurdanjou.fr/translations', {
headers: {
authorization: `Bearer ${process.env.API_TOKEN}`
}