Revert changes
This commit is contained in:
parent
585241481e
commit
eba54c961d
@ -5,7 +5,7 @@ import {environment} from '../../environments/environment';
|
|||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class RestService {
|
export class RestService {
|
||||||
private currentLocation = environment.location + '/swaggerui/resources/';
|
private currentLocation = environment.location + '/api/v1/resources/';
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private logger: NGXLogger,
|
private logger: NGXLogger,
|
||||||
|
|||||||
@ -9,7 +9,7 @@ import json
|
|||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
CORS(app)
|
CORS(app)
|
||||||
api_bp = flask.Blueprint("api", __name__, url_prefix="/swaggerui")
|
api_bp = flask.Blueprint("api", __name__, url_prefix="/api/v1")
|
||||||
|
|
||||||
API = flask_restx.Api(api_bp)
|
API = flask_restx.Api(api_bp)
|
||||||
app.register_blueprint(api_bp)
|
app.register_blueprint(api_bp)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user