mirror of
https://github.com/gogs/gogs.git
synced 2026-05-06 15:55:43 +02:00
api: add GetReferenceSHA (#5546)
This commit is contained in:
@@ -26,7 +26,7 @@ type APIContext struct {
|
||||
}
|
||||
|
||||
// FIXME: move to github.com/gogs/go-gogs-client
|
||||
const DOC_URL = "https://github.com/gogs/go-gogs-client/wiki"
|
||||
const DOC_URL = "https://github.com/gogs/docs-api"
|
||||
|
||||
// Error responses error message to client with given message.
|
||||
// If status is 500, also it prints error to log.
|
||||
|
||||
Reference in New Issue
Block a user