Spaces:
Running
Running
File size: 228 Bytes
c34c995 |
1 2 3 4 5 6 7 8 9 10 |
//
// SPDX-FileCopyrightText: Hadad <[email protected]>
// SPDX-License-Identifier: Apache-2.0
//
import config from '../../config.js';
export const renderView = (res, data) => {
res.render(config.paths.mainView, data);
}; |