mirror of
https://github.com/Art051/immich.git
synced 2025-08-11 19:29:00 +00:00
Fixed incorrect microservices URLs after updating dockerfiles (#159)
This commit is contained in:
@@ -5,7 +5,7 @@ import { ImageClassifierService } from './image-classifier.service';
|
||||
export class ImageClassifierController {
|
||||
constructor(
|
||||
private readonly imageClassifierService: ImageClassifierService,
|
||||
) {}
|
||||
) { }
|
||||
|
||||
@Post('/tagImage')
|
||||
async tagImage(@Body('thumbnailPath') thumbnailPath: string) {
|
||||
|
||||
Reference in New Issue
Block a user