mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
[+] FileServer
[+] FileServer
This commit is contained in:
7
Luban/FileServer/src/templates/index.js
Normal file
7
Luban/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