|
|
@@ -54,7 +54,7 @@ public class ObjectUploadController {
|
|
|
|
|
|
@PostMapping(value = "/")
|
|
|
public ResponseEntity<String> postObject(MultipartFile file, Integer channelId,
|
|
|
- String client, String sha256sum, long userId) throws Exception {
|
|
|
+ String client, String sha256sum, Long userId) throws Exception {
|
|
|
/* permission check */
|
|
|
if (client == null) {
|
|
|
String token = ServletUtil.getBearerToken();
|