UNPKG
kong-sdk
Version:
latest (0.0.1)
0.0.1
The open source Kong SDK built by VEED
github.com/veedstudio/kong-sdk
veedstudio/kong-sdk
kong-sdk
/
dist
/
src
/
models
/
route.js
8 lines
(7 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
PathHandling
; (
function
(
PathHandling
) {
PathHandling
[
"V0"
] =
"v0"
;
PathHandling
[
"V1"
] =
"v1"
; })(
PathHandling
|| (
PathHandling
= {}));