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 280 B
Newer Older
  • Learn to ignore specific revisions
  • const { server_url } = require("./config");
    
    module.exports = {
    
        images_url: `${server_url}assets/images`,
        news_articles_url: `${server_url}news-articles`,
        game_articles_url: `${server_url}game-articles`,
        software_articles_url: `${server_url}software-articles`,