Update FAQ.md (#6778)

- Add `v1` to the `/api/v1/osquery` URL path
This commit is contained in:
Noah Talerman 2022-07-20 17:25:21 -04:00 committed by GitHub
parent 0afa3e4b54
commit 06af5b55af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -238,7 +238,7 @@ Check out the [documentation on running database migrations](./Upgrading-Fleet.m
## What API endpoints should I expose to the public internet?
If you would like to manage hosts that can travel outside your VPN or intranet we recommend only exposing the "/api/osquery" endpoint to the public internet.
If you would like to manage hosts that can travel outside your VPN or intranet we recommend only exposing the "/api/v1/osquery" endpoint to the public internet.
## What is the minimum version of MySQL required by Fleet?