Georg Reisinger b171f1646c GoogleOauth2.0 First implementation
First try for GoogleOauth2.0
2018-10-26 14:02:15 +02:00

10 lines
124 B
JavaScript

/**
* GoogleAPI
*
* Under construction
*/
module.exports = function(){
console.log('module under construction');
};