added country endpoint

This commit was merged in pull request #21.
This commit is contained in:
victorAnumudu
2025-10-06 17:50:38 +01:00
parent 54a0361620
commit 20c224b625
3 changed files with 114 additions and 3 deletions
+1
View File
@@ -22,6 +22,7 @@ const queryKeys = {
account_view: ['account_view'],
subscriptions_view: ['subscriptions_view'],
users_admin: ['users_admin'],
country_list: ['country_list'],
}
export default queryKeys