mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
Remove redundant basepath option
This commit is contained in:
@@ -133,7 +133,6 @@ describe("AppReduced", () => {
|
|||||||
const options = appReduced.options;
|
const options = appReduced.options;
|
||||||
|
|
||||||
expect(options).toEqual({
|
expect(options).toEqual({
|
||||||
basepath: "/",
|
|
||||||
logo_return_path: "/custom-home",
|
logo_return_path: "/custom-home",
|
||||||
basepath: "/custom-admin",
|
basepath: "/custom-admin",
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -71,7 +71,6 @@ export class AppReduced {
|
|||||||
get options() {
|
get options() {
|
||||||
return {
|
return {
|
||||||
basepath: "/",
|
basepath: "/",
|
||||||
admin_basepath: "",
|
|
||||||
logo_return_path: "/",
|
logo_return_path: "/",
|
||||||
...this._options,
|
...this._options,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user