diff options
Diffstat (limited to 'app/api.go')
| -rwxr-xr-x | app/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ import ( "strconv" "strings" - "github.com/zerolabsco/devianter" + "github.com/krazywarez/devianter" ) // API serves the JSON endpoints under /api, backed by the request its main |
