mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-05 12:22:35 +02:00
First webui commit
This commit is contained in:
parent
e38f5d08ab
commit
c4611b92f8
2011 changed files with 30382 additions and 1874 deletions
|
@ -32,7 +32,7 @@ func (rt *_router) GetUserStream(w http.ResponseWriter, r *http.Request, ps http
|
|||
stream, err := rt.db.GetUserStream(uid, start_index, limit)
|
||||
|
||||
if err != nil {
|
||||
helpers.SendInternalError(err, "Database error: GetUserProfile", w, rt.baseLogger)
|
||||
helpers.SendInternalError(err, "Database error: GetUserStream", w, rt.baseLogger)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue