Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
constants.js 167 B
Newer Older
peter_rabbit's avatar
peter_rabbit committed
const { getServerUrl } = require("./config");

module.exports = {
peter_rabbit's avatar
peter_rabbit committed
    images_url: `${getServerUrl()}assets/images`,
    articles_url: `${getServerUrl()}articles/`,