File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ class Apis {
1616class AuthApis {
1717 static final String path = '/auth' ;
1818
19- String get loginOrSignup => [path, 'login_or_signup ' ].joinPath ();
19+ String get loginOrSignup => [path, 'login-or-signup ' ].joinPath ();
2020
21- String confirmSignup ({required StringParam accessKey}) => [path, 'confirm_sign_up ' , accessKey].joinPath ();
21+ String confirmSignup ({required StringParam accessKey}) => [path, 'confirm-sign-up ' , accessKey].joinPath ();
2222
2323 String get status => [path, 'status' ].joinPath ();
2424}
@@ -34,7 +34,7 @@ class SchemeApis {
3434
3535 String get upload => [path, 'upload' ].joinPath ();
3636
37- String markAsShared ({required StringParam schemeId}) => [path, 'mark_as_shared ' , schemeId].joinPath ();
37+ String markAsShared ({required StringParam schemeId}) => [path, 'mark-as-shared ' , schemeId].joinPath ();
3838
3939 String user ({required StringParam type}) => [path, 'user' , type].joinPath ();
4040
You can’t perform that action at this time.
0 commit comments