Skip to content

Commit

Permalink
Update Session.java
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithl1777 committed Dec 4, 2023
1 parent d5f487b commit 02f012b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/relay/entity/Session.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class Session {
private Image qrCodeImage;

private static final String QR_CODE_API_PATH = "https://api.qrserver.com/v1/create-qr-code/?data=%s&size=%dx%d";
private static final String QR_CODE_REDIRECT_PATH = "https://relay.vercel.app/students?code=";
private static final String QR_CODE_REDIRECT_PATH = "https:localhost:3000/students?code=";
private static final int QR_SIZE_X = 100;
private static final int QR_SIZE_Y = 100;

Expand Down

0 comments on commit 02f012b

Please sign in to comment.