add prefix api_ to packages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Package auth provides authentication-related API endpoints for the Triggersmith application.
|
||||
// It handles login, logout, and user management operations.
|
||||
package auth
|
||||
package api_auth
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
Reference in New Issue
Block a user