mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-04 07:46:50 +00:00
switch pathman host
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
var github = require('../_common/gitea.js');
|
||||
var owner = 'coolaj86';
|
||||
var repo = 'go-pathman';
|
||||
var baseurl = 'https://git.coolaj86.com';
|
||||
var owner = 'root';
|
||||
var repo = 'pathman';
|
||||
var baseurl = 'https://git.rootprojects.org';
|
||||
|
||||
module.exports = function (request) {
|
||||
return github(request, owner, repo, baseurl).then(function (all) {
|
||||
|
||||
Reference in New Issue
Block a user