mirror of
https://github.com/openziti/zrok.git
synced 2025-08-14 02:05:39 +02:00
remove /listEnvironments endpoint
This commit is contained in:
@ -2,12 +2,6 @@
|
||||
// Auto-generated, edits will be overwritten
|
||||
import * as gateway from './gateway'
|
||||
|
||||
/**
|
||||
*/
|
||||
export function listEnvironments() {
|
||||
return gateway.request(listEnvironmentsOperation)
|
||||
}
|
||||
|
||||
/**
|
||||
*/
|
||||
export function overview() {
|
||||
@ -20,16 +14,6 @@ export function version() {
|
||||
return gateway.request(versionOperation)
|
||||
}
|
||||
|
||||
const listEnvironmentsOperation = {
|
||||
path: '/listEnvironments',
|
||||
method: 'get',
|
||||
security: [
|
||||
{
|
||||
id: 'key'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
const overviewOperation = {
|
||||
path: '/overview',
|
||||
method: 'get',
|
||||
|
Reference in New Issue
Block a user