We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fccae25 + 8b97ae7 commit d1329dbCopy full SHA for d1329db
config/autoload/local.php.dist
@@ -21,10 +21,10 @@ $databases = [
21
return [
22
'application' => [
23
'name' => 'Dotkernel API',
24
- 'version' => 6,
+ 'version' => 6.0,
25
'url' => $baseUrl,
26
'versioning' => [
27
- 'documentation_url' => 'https://docs.dotkernel.org/api-documentation/v5/core-features/versioning',
+ 'documentation_url' => 'https://docs.dotkernel.org/api-documentation/v6/core-features/versioning',
28
],
29
30
'authentication' => [
0 commit comments