mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-28 19:55:20 +08:00
fix signup bug
This commit is contained in:
@@ -4,6 +4,7 @@ from flask import request, jsonify, render_template, redirect, url_for
|
||||
from . import v1auth
|
||||
from ..decorators import parameters_required
|
||||
from ..errors import APIError
|
||||
from .registration import register_user
|
||||
|
||||
"""
|
||||
@v1auth.route('/gen_developer_key/', methods=['GET'])
|
||||
|
||||
Reference in New Issue
Block a user