Skip to content

Commit

Permalink
sveltekit
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolopix committed Feb 25, 2024
1 parent d08652c commit c600eed
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
12 changes: 6 additions & 6 deletions service/src/main/resources/api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
}
}
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
}
},
"security" : [ {
Expand Down Expand Up @@ -102,11 +102,11 @@
}
}
},
"403" : {
"description" : "Not Allowed"
},
"401" : {
"description" : "Not Authorized"
},
"403" : {
"description" : "Not Allowed"
}
},
"security" : [ {
Expand Down
8 changes: 4 additions & 4 deletions service/src/main/resources/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/AuthResult'
"403":
description: Not Allowed
"401":
description: Not Authorized
"403":
description: Not Allowed
security:
- SecurityScheme: []
/api/auth/signin:
Expand Down Expand Up @@ -69,10 +69,10 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Hello'
"403":
description: Not Allowed
"401":
description: Not Authorized
"403":
description: Not Allowed
security:
- SecurityScheme: []
components:
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<followSymLinks>false</followSymLinks>
<filesets>
<fileset>
<directory>${project.basedir}/src/http/generated</directory>
<directory>${project.basedir}/src/lib/http/generated</directory>
</fileset>
</filesets>
</configuration>
Expand Down
1 change: 1 addition & 0 deletions web/src/http/generated/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.gitignore
.npmignore
.openapi-generator-ignore
api.ts
base.ts
common.ts
Expand Down

0 comments on commit c600eed

Please sign in to comment.