File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ func CreateMiddlewareWebFiles(app *api.Application) {
19
19
Root : "dist" ,
20
20
Filesystem : http .FS (webAssets ),
21
21
Skipper : func (c echo.Context ) bool {
22
- return strings .HasPrefix (c .Request ().URL .Path , "/swagger " )
22
+ return strings .HasPrefix (c .Request ().URL .Path , "/api " )
23
23
},
24
24
}))
25
25
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export function buildGithubAppManifest(serverIp: string) {
8
8
name : `JustDeploy-${ randomString } ` ,
9
9
url : serverUrl ,
10
10
hook_attributes : {
11
- url : serverUrl + "/github/events" ,
11
+ url : serverUrl + "/api/ github/events" ,
12
12
} ,
13
13
redirect_url : serverUrl + "/github/auth/redirect" ,
14
14
callback_urls : [ serverUrl + "/github/auth/redirect" ] ,
You can’t perform that action at this time.
0 commit comments