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
config.js 173 B
Newer Older
  • Learn to ignore specific revisions
  • peter_rabbit's avatar
    peter_rabbit committed
    module.exports = {
        server_url: `${location.origin}${
            location.origin.charAt(location.origin.length - 1) !== "/" ? "/" : ""
        }`,
        in_construction: true,
    };