mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
6 lines
98 B
JavaScript
6 lines
98 B
JavaScript
var config = require('./../config');
|
|
|
|
exports.index = function (req, res){
|
|
res.send(config);
|
|
};
|