Skip to content
Snippets Groups Projects
Commit d73873fe authored by Haidar's avatar Haidar
Browse files

feat: add restCodeService interface

parent ddb1a5c4
1 merge request!4feat: add new services and endpoint
package org.example.service; package org.example.service;
public interface restCodeService { public interface restCodeService {
public int restCode(String username, String code); public int restCode(int userId, String code);
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment