Skip to content

Commit b3b6f4e

Browse files
committed
chore: wip
1 parent 65184b3 commit b3b6f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/quark/quark.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ class Quark(FastAPI):
2626
"APP_VERSION": "0.1.3",
2727
"APP_SECRET_KEY": "your-secret-key",
2828
"CACHE_PREFIX": "quark-cache",
29-
"MODULE_PATH": ".app",
29+
"MODULE_PATH": "app",
3030
"LOCALE": "zh-hans",
3131
"DB_CONFIG": None,
3232
"DB_URL": None,
3333
"DB_MODULES": {
34-
"models": ["quark.models", ".app.models"],
34+
"models": ["quark.models", "app.models"],
3535
},
3636
}
3737

0 commit comments

Comments
 (0)