简体   繁体   中英

Compiled Node.Js app links to github, possible to redirect to different repository?

I have an app that I use that uses a repository on github. The app is compiled and I cannot edit it, is it possible to redirect the github request to another repository? Like to intercept the request? I am interested in making some changes.

Thanks

Hum... if you can't access to the source code it seems undoable.

But maybe a weebhook on your repository can do the job :

https://developer.github.com/webhooks/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM