Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

[feature] Console output in a GUI #31

Merged

Conversation

meekstellar
Copy link
Contributor

@meekstellar meekstellar commented Oct 31, 2021

Add console mode

fixes #27

@butschster butschster changed the base branch from master to feature/roadrunner October 31, 2021 16:37
@@ -41,3 +42,6 @@
// Sentry
Route::post('api/{projectId}/store', Sentry\StoreEventAction::class);
Route::post('api/{projectId}/envelope', function (\Illuminate\Http\Request $request) {});

// Terminal
Route::get('/terminal', Terminal\ListAction::class)->name('terminal');
Copy link
Member

Choose a reason for hiding this comment

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

Remove leading slash

@butschster butschster changed the title Feature/roadrunner [feature] Console output in a GUI Oct 31, 2021
@butschster butschster merged commit 99eccd9 into buggregator:feature/roadrunner Oct 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants