mirror of
https://github.com/wahyd4/sohub.git
synced 2026-08-09 13:06:08 +10:00
10 lines
134 B
JavaScript
10 lines
134 B
JavaScript
/*---------------------
|
|
:: User
|
|
-> controller
|
|
---------------------*/
|
|
var UserController = {
|
|
|
|
|
|
|
|
};
|
|
module.exports = UserController; |