mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-22 19:03:34 +08:00
16 lines
243 B
CoffeeScript
16 lines
243 B
CoffeeScript
app.plugins.mongodb = {}
|
|
|
|
action = require './action'
|
|
service = require './service'
|
|
|
|
module.exports =
|
|
name: 'mongodb'
|
|
type: 'service'
|
|
|
|
action: action
|
|
service: service
|
|
|
|
panel:
|
|
widget: service.widget
|
|
script: '/script/panel.js'
|