1
0
Fork 0
mirror of https://gitlab.com/Shinobi-Systems/ShinobiCE.git synced 2025-03-09 15:40:15 +00:00
ShinobiCE/web/templates/boilerplate/handler.js

8 lines
No EOL
236 B
JavaScript

// Mizu Template Handler
// By : Moe Alam
var express = require('express')
module.exports = {
addHandlers : function(s,app,io){
app.use('/assets', express.static(process.cwd() + '/web/templates/boilerplate/assets'));
}
}