add install base
This commit is contained in:
@@ -23,6 +23,7 @@ app
|
||||
.route({
|
||||
path: 'shop',
|
||||
key: 'list-installed',
|
||||
middleware: ['auth'],
|
||||
})
|
||||
.define(async (ctx) => {
|
||||
// https://localhost:51015/client/router?path=shop&key=list-installed
|
||||
@@ -35,6 +36,7 @@ app
|
||||
.route({
|
||||
path: 'shop',
|
||||
key: 'install',
|
||||
middleware: ['auth'],
|
||||
})
|
||||
.define(async (ctx) => {
|
||||
// https://localhost:51015/client/router?path=shop&key=install
|
||||
@@ -51,6 +53,7 @@ app
|
||||
.route({
|
||||
path: 'shop',
|
||||
key: 'uninstall',
|
||||
middleware: ['auth'],
|
||||
})
|
||||
.define(async (ctx) => {
|
||||
// https://localhost:51015/client/router?path=shop&key=uninstall
|
||||
|
||||
Reference in New Issue
Block a user