Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Merge pull request #107 from openchatai/house-cleaning
Browse files Browse the repository at this point in the history
Minimizes the project size by removing old HTML/CSS files
  • Loading branch information
gharbat authored Sep 29, 2023
2 parents a1cb686 + e335e43 commit dac6255
Show file tree
Hide file tree
Showing 179 changed files with 12 additions and 9,197 deletions.
5 changes: 4 additions & 1 deletion backend/app/Http/Api/Controllers/MessageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ public function sendChat(Request $request)
[
"type" => "text",
"response" => [
"text" => "I'm unable to help you at the moment, please try again later. **code: b500** " . $exception->getMessage() . " " . $bot->getSwaggerUrl()
"text" => "I'm unable to help you at the moment, please try again later. **code: b500** \n" .
"```" .
$exception->getMessage() . " at " . $exception->getFile() .
"```"
]
]
);
Expand Down
13 changes: 0 additions & 13 deletions backend/app/Http/Controllers/MarketingWebsiteController.php

This file was deleted.

229 changes: 0 additions & 229 deletions backend/public/dashboard/css/additional-styles/flatpickr.css

This file was deleted.

57 changes: 0 additions & 57 deletions backend/public/dashboard/css/additional-styles/range-slider.css

This file was deleted.

8 changes: 0 additions & 8 deletions backend/public/dashboard/css/additional-styles/theme.css

This file was deleted.

35 changes: 0 additions & 35 deletions backend/public/dashboard/css/additional-styles/toggle-switch.css

This file was deleted.

Loading

0 comments on commit dac6255

Please sign in to comment.