mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-21 14:38:43 +00:00
Support api-key in query-string for backend-api;
This commit is contained in:
@ -283,11 +283,11 @@ public class QJavalinImplementation
|
||||
}
|
||||
catch(QInstanceValidationException e)
|
||||
{
|
||||
LOG.warn(e.getMessage());
|
||||
LOG.error("Validation Error while hot-swapping QInstance", e);
|
||||
}
|
||||
catch(Exception e)
|
||||
{
|
||||
LOG.error("Error swapping QInstance", e);
|
||||
LOG.error("Error hot-swapping QInstance", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user