Compare commits
No commits in common. "16018112786a5af06e5855ca90e598b14806e12e" and "8092c07ee6a21fe2c464bb06cf705528079d7949" have entirely different histories.
1601811278
...
8092c07ee6
2 changed files with 0 additions and 10 deletions
|
@ -1,8 +0,0 @@
|
||||||
when:
|
|
||||||
- event: push
|
|
||||||
branch: dev
|
|
||||||
steps:
|
|
||||||
- name: 'Check TODOs'
|
|
||||||
image: codeberg.org/epsilon_02/todo-checker
|
|
||||||
settings:
|
|
||||||
single_issue_check: true
|
|
|
@ -18,8 +18,6 @@ fn index() -> &'static str {
|
||||||
|
|
||||||
#[launch]
|
#[launch]
|
||||||
fn rocket() -> _ {
|
fn rocket() -> _ {
|
||||||
// TODO: clean up example code
|
|
||||||
|
|
||||||
// This is the example backend client. (The stereo.cat backend for example).
|
// This is the example backend client. (The stereo.cat backend for example).
|
||||||
let client = reqwest::blocking::Client::new();
|
let client = reqwest::blocking::Client::new();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue