Added http exception to test command for testing.
This commit is contained in:
@@ -21,6 +21,7 @@ namespace BodyshopPartner.Utils
|
||||
{
|
||||
Route.Add("/qb/", (req, res, props) =>
|
||||
{
|
||||
hlog("Received a ping from ImEX.online");
|
||||
res.WithCORS();
|
||||
//res.AddHeader("Access-Control-Allow-Origin", "http://localhost:3000 https://localhost:3000 http://localhost:5000 https://localhost:5000 https://*.imex.online,imex.online");
|
||||
res.Close();
|
||||
|
||||
Reference in New Issue
Block a user