refactor: use single function for api code

This commit is contained in:
Barış Soner Uşaklı
2020-10-15 12:12:01 -04:00
parent 25e4a09816
commit 5e2caf19f5
6 changed files with 60 additions and 35 deletions

5
src/api/index.js Normal file
View File

@@ -0,0 +1,5 @@
'use strict';
module.exports = {
groups: require('./groups'),
};