a
This commit is contained in:
@@ -12,6 +12,6 @@ import retrofit2.http.POST;
|
||||
*/
|
||||
public interface ExpertGenerate3Api {
|
||||
|
||||
@POST("api/open/expert-generate-3")
|
||||
@POST("api/expert-generate-3/generate")
|
||||
Call<ExpertGenerate3Response> generate(@Body ExpertGenerate3Request request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user