File tree 2 files changed +10
-4
lines changed
launcher-csharp/eSignature
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,20 @@ protected virtual void InitializeInternal()
50
50
}
51
51
52
52
public dynamic CreateSourcePath ( )
53
- {
53
+ {
54
54
var uri = Config . githubExampleUrl ;
55
55
if ( ControllerContext . RouteData . Values [ "area" ] != null )
56
56
{
57
57
uri = $ "{ uri } /{ ControllerContext . RouteData . Values [ "area" ] } ";
58
58
}
59
-
60
- return $ "{ uri } /Controllers/{ this . GetType ( ) . Name } .cs";
59
+ if ( EgName == "eg001" )
60
+ {
61
+ return $ "{ uri } /launcher-csharp/{ this . GetType ( ) . Name } .cs";
62
+ }
63
+ else
64
+ {
65
+ return $ "{ uri } /launcher-csharp/eSignature/Controllers/{ this . GetType ( ) . Name } .cs";
66
+ }
61
67
}
62
68
63
69
protected bool CheckToken ( int bufferMin = 60 )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public class DSConfiguration
25
25
public string docDocx = "World_Wide_Corp_Battle_Plan_Trafalgar.docx" ;
26
26
public string tabsDocx = "World_Wide_Corp_salary.docx" ;
27
27
public string docPdf = "World_Wide_Corp_lorem.pdf" ;
28
- public string githubExampleUrl = "https://github.com/docusign/code-examples-csharp/tree/master/code-examples-csharp/Controllers/ " ;
28
+ public string githubExampleUrl = "https://github.com/docusign/code-examples-csharp/tree/master" ;
29
29
public string documentation = null ;
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments