mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
new functions usage route
This commit is contained in:
parent
ada00948c5
commit
0555912a13
1 changed files with 7 additions and 0 deletions
|
|
@ -232,6 +232,13 @@ window.ls.router
|
|||
scope: "console",
|
||||
project: true
|
||||
})
|
||||
.add("/console/functions/usage", {
|
||||
template: function(window) {
|
||||
return window.location.pathname + window.location.search + '&version=' + APP_ENV.CACHEBUSTER;
|
||||
},
|
||||
scope: "console",
|
||||
project: true
|
||||
})
|
||||
.add("/console/functions/function", {
|
||||
template: "/console/functions/function?version=" + APP_ENV.CACHEBUSTER,
|
||||
scope: "console",
|
||||
|
|
|
|||
Loading…
Reference in a new issue