1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Move API middleware and routes to api package

This commit is contained in:
Frédéric Guillot 2018-11-11 10:22:47 -08:00
parent a9f98adb07
commit 0925899cee
12 changed files with 132 additions and 139 deletions

View file

@ -4,7 +4,7 @@
/*
Package api implements API endpoints for Miniflux application.
Package api implements API endpoints for the application.
*/
package api // import "miniflux.app/api"