Skip to content

Commit

Permalink
Merge pull request #35 from Ali-YousefiTelori/develop
Browse files Browse the repository at this point in the history
fix break change of method bug
  • Loading branch information
Ali-YousefiTelori authored Dec 31, 2023
2 parents 57e91c1 + c5e7d36 commit 6316af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<IsPackable>true</IsPackable>
<Version>0.0.0.4</Version>
<Version>0.0.0.5</Version>
<Description>authentication virtual server for tests</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>authentication,tests,testtemplate,testtemplates,examples,server,testserver,virtual,virtualserver</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static Dictionary<string, string> GetResources(string microseviceName, Di
result.Add(@$"POST /api/ServicePermission/GetAllPermissionsBy HTTP/1.1
*RequestSkipBody*
{{""roleName"":""{item.Key}"",""microserviceName"":""{microseviceName}""}}"
{{""RoleName"":""{item.Key}"",""MicroserviceName"":""{microseviceName}"",""UniqueIdentity"":null}}"
,
@$"HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Expand Down

0 comments on commit 6316af8

Please sign in to comment.