Closed mosoriob closed 4 years ago
Confirmed.
The controller file doesn't match with the vars file vars.py
import connexion
import six
from openapi_server import query_manager
from openapi_server.utils.vars import BUSINESSUSER_TYPE_NAME, BUSINESSUSER_TYPE_URI
BUSINESS_USER_TYPE_URI = "https://businessontology.com/ontology/Business_User"
BUSINESS_USER_TYPE_NAME = "Business_User"
@dgarijo you can test it.
I tested it and everything works. Thanks
I removed the description line from the config.yaml file and re-generated it. Everything works fine until I try and start the server when it returns two errors:
Originally posted by @DougalW in https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/132#issuecomment-706485328