mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Init TEngine4.0.0
Init TEngine4.0.0
This commit is contained in:
7
Tools/FileServer/src/templates/index.js
Normal file
7
Tools/FileServer/src/templates/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const page_dafault = require('./default');
|
||||
const page_404 = require('./404');
|
||||
|
||||
module.exports = {
|
||||
page_dafault,
|
||||
page_404
|
||||
};
|
Reference in New Issue
Block a user