C-university/database/api/Config.js

6 lines
75 B
JavaScript

const URL = 'https://api.polytechnique.c4m.mg'
module.exports = {
URL
}