Merge pull request 'Fixed relative paths not being updated + version bump for bugfix release' (#75) from dev into main
Reviewed-on: #75 Reviewed-by: Philipp Dormann <philipp@philippdormann.de>
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@odit/lfk-backend", | ||||
|   "version": "0.0.7", | ||||
|   "version": "0.0.8", | ||||
|   "main": "src/app.ts", | ||||
|   "repository": "https://git.odit.services/lfk/backend", | ||||
|   "author": { | ||||
|   | ||||
| @@ -15,7 +15,7 @@ createExpressServer({ | ||||
|     development: config.development, | ||||
|     cors: true, | ||||
|     routePrefix: "/api", | ||||
|     controllers: [`${__dirname}/controllers/*.${CONTROLLERS_FILE_EXTENSION}`], | ||||
|     controllers: [`${__dirname}/../src/controllers/*.${CONTROLLERS_FILE_EXTENSION}`], | ||||
| }); | ||||
|  | ||||
| const storage = getMetadataArgsStorage(); | ||||
| @@ -55,7 +55,7 @@ const spec = routingControllersToSpec( | ||||
|         info: { | ||||
|             description: "The the backend API for the LfK! runner system.", | ||||
|             title: "LfK! Backend API", | ||||
|             version: "0.0.5", | ||||
|             version: "0.0.8", | ||||
|         }, | ||||
|     } | ||||
| ); | ||||
|   | ||||
| @@ -46,7 +46,7 @@ export default async (app: Application) => { | ||||
|       info: { | ||||
|         description: "The the backend API for the LfK! runner system.", | ||||
|         title: "LfK! Backend API", | ||||
|         version: "0.0.5", | ||||
|         version: "0.0.8", | ||||
|       }, | ||||
|     } | ||||
|   ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user