UNPKG
focalxaiinspection
Version:
latest (0.1.3)
0.1.3
0.1.1
0.1.0
Focalx AI Inspection
focalxaiinspection
/
src
/
lib
/
services
/
Api
/
endpoint.js
10 lines
(7 loc)
•
123 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
Endpoint = { Dev:
"dev"
, Stage:
"stage"
, Prod:
"prod"
, PreProd:
"preprod"
, }
export
default
Endpoint;