Home
Search
Notifications
Create
More
bkdevs
/
gitdot
/
backend
/
src
/
lib.rs
Mobile support to come.
..
app
bin
dto
handler
app.rs
dto.rs
handler.rs
lib.rs
1
mod
app
;
2
mod
dto
;
3
mod
handler
;
4
5
pub
use
app
::
GitdotServer
;
6
deleted util module in server
mike
•
f09dd7c
15d ago
move main to src/bin
mike
•
f8a4d4b
16d ago
deleted lib from server
mike
•
f5e5d4f
21d ago
deleted dead code
mike
•
1c6e457
23d ago
prototyped directory structure for domains
mike
•
eee8993
1mo ago
created gitdot lib
mike
•
d2ec213
1mo ago