add web
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from flask import Blueprint, render_template, request, redirect, url_for, flash
|
||||
|
||||
BootstrapperRoute = Blueprint('BootstrapperRoute', __name__, template_folder='pages')
|
||||
|
||||
@BootstrapperRoute.route("/install/GetInstallerCdns.ashx", methods=["GET"])
|
||||
def getinstallercdns():
|
||||
return "https://setup.vortexi.cc/"
|
||||
Reference in New Issue
Block a user