Skip to content

Commit 559b81f

Browse files
author
LDFOUR\luisd
committed
I added api-docs.json
1 parent 8db2dd9 commit 559b81f

File tree

4 files changed

+1797
-4
lines changed

4 files changed

+1797
-4
lines changed

.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1+
# Except swagger file
2+
!storage/api-docs/api-docs.json
3+
14
/node_modules
25
/public/hot
36
/public/storage
47
/public/vendor
58
/storage/*.key
69
/vendor
710
.vapor/
8-
storage/
11+
storage/**/*
12+
!storage/api-docs/
13+
!storage/api-docs/api-docs.json
914
.env
1015
.env.backup
1116
.phpunit.result.cache
@@ -14,4 +19,4 @@ Homestead.yaml
1419
npm-debug.log
1520
yarn-error.log
1621
helm-chart/secrets.yml
17-
.idea/*
22+
.idea/*

app/Http/Controllers/FileUploadController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* @OA\Tag(
1010
* name="Files",
11-
* description="Operations about Regions"
11+
* description="Operations about Files"
1212
* )
1313
*/
1414
class FileUploadController extends Controller

app/Http/Controllers/WhatNowController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* @OA\Tag(
2626
* name="Whatnow",
27-
* description="Operations about Regions"
27+
* description="Operations about Whatnow messages"
2828
* )
2929
*/
3030
class WhatNowController extends Controller

0 commit comments

Comments
 (0)