UNPKG
@enfyra/sdk-nuxt
Version:
latest (0.3.8)
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.13
0.1.12
0.1.11
Nuxt SDK for Enfyra CMS
github.com/dothinh115/enfyra-sdk-nuxt
dothinh115/enfyra-sdk-nuxt
@enfyra/sdk-nuxt
/
src
/
constants
/
config.ts
5 lines
•
158 B
text/typescript
View Raw
1
2
3
4
5
/** * Hardcoded API prefix for all Enfyra SDK routes * This ensures no conflicts with application routes */
export
const
ENFYRA_API_PREFIX =
"/enfyra/api"
;