hi
Please share the html source code of your current swagger Index.html
liming.ma@volosoft.com
Thanks.
ok
You can create a new MVC template project and copy the Themes folder to your API project.
Thanks.
hi
You can try the code below(replace myscript tag with script):
app.UseSwagger();
app.UseAbpSwaggerUI(options =>
{
options.SwaggerEndpoint("/HRBack/api/swagger/v1/swagger.json", "My API");
var builder = new StringBuilder(options.HeadContent);
builder.AppendLine($"<myscript>abp.appPath = '/HRBack/';</myscript>");
options.HeadContent = builder.ToString();
var configuration = context.GetConfiguration();
options.OAuthClientId(configuration["AuthServer:SwaggerClientId"]);
});
Thanks.
hi
our clients app display @Copyright Volosoft in parts of the backend and we don't know how to remove it?
Can you share a screenshot? What is the UI type of this copyright component?
Thanks.
hi
sure. You can share an online URL and test username and password. I will check it online. liming.ma@volosoft.com Thanks.
hi
Thanks. We will fix it in the next version.
hi
Can you check your api website?
This endpoint is 404 now.
https://eform/api/abp/application-configuration 404 (Not Found)
Thanks.