Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle command and callback in the bot tool #33

Merged
merged 9 commits into from
Nov 23, 2023
Merged

Conversation

tanhongit
Copy link
Member

@tanhongit tanhongit self-assigned this Nov 23, 2023
@@ -15,13 +15,15 @@
|
*/

Route::prefix('telegram-git-notifier')->group(function () {
Route::any('/', [IndexAction::class, 'index'])->name('telegram-git-notifier.index');
$routePrefix = config('telegram-git-notifier.defaults.route_prefix');
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add custom route prefix with an environment variable

@tanhongit tanhongit merged commit b591cdd into cslant:main Nov 23, 2023
10 of 11 checks passed
@tanhongit tanhongit added the enhancement New feature or request label Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Create a feature to receive and return command processing results from telegram
1 participant