Add lessons on the API. (#78)

This commit is contained in:
Zoe Roux
2022-09-26 22:48:26 +09:00
committed by GitHub
parent cdca0d4942
commit a897d7693c
28 changed files with 591 additions and 99 deletions
+12 -3
View File
@@ -1,5 +1,14 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src"
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"plugins": [{
"name": "@nestjs/swagger",
"options": {
"introspectComments": true,
"dtoFileNameSuffix": []
}
}]
}
}