forked from vieter-v/vieter
refactor: moved BuildLog to models
This commit is contained in:
parent
6bd5b7cb48
commit
2fc25f1afe
8 changed files with 37 additions and 32 deletions
|
|
@ -4,7 +4,7 @@ import web
|
|||
import net.http
|
||||
import response { new_data_response, new_response }
|
||||
import db
|
||||
import models { GitRepoArch }
|
||||
import models { GitRepo, GitRepoArch, GitRepoFilter }
|
||||
|
||||
// get_repos returns the current list of repos.
|
||||
['/api/repos'; get]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue