Login and register ok and starting requests
BIN
backend/cdn/0b6b478c-9b05-4190-a7f3-c6414135c236.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
backend/cdn/10217f04-10cf-412f-87d7-aa427bfe0de5.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
backend/cdn/2a18cb2c-a675-4f54-a25b-e6099547d24d.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
backend/cdn/3af9e590-794a-401f-8dce-97437ee4a2eb.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
backend/cdn/8f4e3a22-1261-4afd-b226-c00bd74f02ed.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
backend/cdn/912f2a1e-d331-4fc6-9cc5-c5ef2f1d8e9d.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
backend/cdn/fa7deac8-a4db-4f1a-8b2e-0f1388c81045.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
@ -63,7 +63,7 @@ public class InscriptionController {
|
||||
@RequestHeader("Authorization") String token,
|
||||
@RequestBody RequestState requestState)
|
||||
{
|
||||
|
||||
System.out.println(requestState);
|
||||
if (authServ.isNotIn(new Role[]{Role.InscriptionService,Role.Admin},token))
|
||||
return new UnauthorizedResponse<>(null);
|
||||
|
||||
|