First commit
This commit is contained in:
5
authserver/routes/controllers/mainController.js
Normal file
5
authserver/routes/controllers/mainController.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const showMain = async ({ render }) => {
|
||||
render("main.eta");
|
||||
};
|
||||
|
||||
export { showMain };
|
||||
Reference in New Issue
Block a user