Skip to content

Commit

Permalink
chore: set default api to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Gira committed Dec 11, 2024
1 parent d1a063c commit 798f60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const config = {
ALLOWED_IMAGE_TYPES: ['image/bmp', 'image/gif', 'image/jpeg', 'image/jpg', 'image/png'],

/** Which min and max version of the backend api do we support */
SUPPORTED_API_RANGE: [1, env.ENABLE_DEV_BACKEND_API ? Infinity : 6],
SUPPORTED_API_RANGE: [1, env.ENABLE_DEV_BACKEND_API ? Infinity : 7],

/** DataDog client api keys acces */
dataDog: {
Expand Down

0 comments on commit 798f60d

Please sign in to comment.