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