Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGES-Adocoes
Adocoes
Wiki
framework
framework
· Changes
Page history
juliana.torres edit: framework
authored
Apr 18, 2017
by
Bruno dos Reis Cardoso
Hide whitespace changes
Inline
Side-by-side
framework.md
View page @
55d895cb
...
...
@@ -2,6 +2,7 @@
##Adapter.js
--
'''
export default class Adapter {
constructor() {
self.mongoose = require('mongoose')
...
...
@@ -16,7 +17,7 @@ export default class Adapter {
})
}
}
'''
##Entity.js
--
import Joi from 'joi'
...
...