Server SPA from server

* add /api prefix
This commit is contained in:
Philipinho
2023-11-27 13:20:42 +00:00
parent 544e34475b
commit e594074fda
6 changed files with 21 additions and 6 deletions
+4
View File
@@ -29,6 +29,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.456.0",
"@aws-sdk/s3-request-presigner": "^3.456.0",
"@fastify/multipart": "^8.0.0",
"@hocuspocus/server": "^2.8.1",
"@hocuspocus/transformer": "^2.8.1",
"@nestjs/common": "^10.2.10",
@@ -38,6 +39,7 @@
"@nestjs/mapped-types": "^2.0.4",
"@nestjs/platform-fastify": "^10.2.10",
"@nestjs/platform-socket.io": "^10.2.10",
"@nestjs/serve-static": "^4.0.0",
"@nestjs/typeorm": "^10.0.1",
"@nestjs/websockets": "^10.2.10",
"bcrypt": "^5.1.1",
@@ -49,6 +51,8 @@
"pg": "^8.11.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"sanitize-filename-ts": "^1.0.2",
"slugify": "^1.6.6",
"socket.io": "^4.7.2",
"typeorm": "^0.3.17",
"uuid": "^9.0.1",