Skip to content

Commit 33ce8c4

Browse files
author
pedro
authored
Merge pull request #7 from TaleLin/docs
Docs
2 parents 9fc9c79 + a2c09ec commit 33ce8c4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

lib/core.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
AuthInterface,
1212
LogInterface
1313
} from "./interface";
14-
import { json, logging } from "./extend";
14+
import { json, logging, success } from "./extend";
1515
import { NotFound, ParametersException } from "./exception";
1616
import { set, get, has, merge } from "lodash";
1717
import { Loader } from "./loader";
@@ -90,6 +90,7 @@ export class Lin {
9090
private applyDefaultExtends() {
9191
json(this.app!);
9292
logging(this.app!);
93+
success(this.app!);
9394
}
9495

9596
private mount() {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lin-mizar",
3-
"version": "0.0.1-alpha.18",
3+
"version": "0.0.1-alpha.19",
44
"description": "The core library of Lin CMS",
55
"main": "lin/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)