Skip to content

Commit ff47c62

Browse files
committed
fix enterprise url correction
1 parent bf72dba commit ff47c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ff-concepts/adding-customization/vscode-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ If you're using a different version of FlutterFlow, such as *Beta* or *Enterpris
238238
For example:
239239

240240
- For the **Beta** version, set the `flutterflow.urlOverride` value to `https://api-beta.flutterflow.io/v1`.
241-
- For the **Enterprise** version, set the `flutterflow.urlOverride` value to `https://api-enterprise-[region].flutterflow.io` (replace [region] with your specific region).
241+
- For the **Enterprise** version, set the `flutterflow.urlOverride` value to `https://api-enterprise-[region].flutterflow.io/v1` (replace [region] with your specific region).
242242

243243
<div style={{
244244
position: 'relative',

0 commit comments

Comments
 (0)