fix: better url (#20)
Release package / release (push) Successful in 50m34s

Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com>
Reviewed-on: #20
This commit was merged in pull request #20.
This commit is contained in:
2026-04-12 14:27:37 +00:00
parent 9bf7233436
commit fdcecf8368
27 changed files with 409 additions and 196 deletions
+1
View File
@@ -3,4 +3,5 @@ package com.drinkool;
public class Role {
public static final String Customer = "customer";
public static final String Manager = "manager";
}
@@ -0,0 +1,5 @@
package com.drinkool.dtos;
public class ManagerSignup extends Signup {
public String eateryName;
}