Skip to content

Commit

Permalink
uncommented image controller
Browse files Browse the repository at this point in the history
  • Loading branch information
UnalDeniz committed Oct 30, 2023
1 parent e8ffe59 commit f045051
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
package com.app.gamereview.controller;
/*
import org.springframework.beans.factory.annotation.Value;
import org.springframework.core.io.FileSystemResource;
import org.springframework.http.MediaType;
Expand Down Expand Up @@ -41,5 +40,4 @@ public ResponseEntity<Resource> serveImage(@PathVariable String folder, @PathVar
}
}

}
*/
}

0 comments on commit f045051

Please sign in to comment.