support route handler arguments; add daton::static file server
This commit is contained in:
@@ -6,7 +6,6 @@ import {Model} from '../Model.ts'
|
||||
*/
|
||||
export function Relation(): MethodDecorator {
|
||||
return (target: any, propertyKey, descriptor) => {
|
||||
console.log('relation decorator', target, propertyKey, descriptor)
|
||||
// @ts-ignore
|
||||
const original = descriptor.value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user